Search suggest drop-down list
   HOME

TheInfoList



OR:

A search suggest drop-down list is a query feature used in
computing Computing is any goal-oriented activity requiring, benefiting from, or creating computing machinery. It includes the study and experimentation of algorithmic processes, and development of both hardware and software. Computing has scientific, ...
to show the searcher
shortcut Shortcut may refer to: Navigation * Rat running or shortcut, a minor-road alternative to a signposted route * File shortcut, a handle which allows the user to find a file or resource located in a different directory or folder on a computer * Key ...
s, while the query is typed into a
text box type=search placeholder=An example text box, which can be used to search the English Wikipedia. A text box (input box), text field or text entry box is a control element of a graphical user interface, that should enable the user to input ...
. Before the query is complete, a
drop-down list A drop-down list (abbreviated drop-down, or DDL; also known as a drop-down menu, drop menu, pull-down list, picklist) is a graphical control element, similar to a list box, that allows the user to choose one value from a list. When a drop-dow ...
with the suggested completions appears to provide options to select. The suggested queries then enable the searcher to complete the required search quickly. As a form of
autocompletion Autocomplete, or word completion, is a feature in which an application predicts the rest of a word a user is typing. In Android and iOS smartphones, this is called predictive text. In graphical user interfaces, users can typically press the tab ...
, the suggestion list is distinct from search history in that it attempts to be predictive even when the user is searching for the first time. Data may come from popular searches, sponsors, geographic location or other sources. These lists are used by
operating system An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. Time-sharing operating systems schedule tasks for efficient use of the system and may also i ...
s,
web browsers A web browser is application software for accessing websites. When a user requests a web page from a particular website, the browser retrieves its files from a web server and then displays the page on the user's screen. Browsers are used on ...
and various
website A website (also written as a web site) is a collection of web pages and related content that is identified by a common domain name and published on at least one web server. Examples of notable websites are Google, Facebook, Amazon, and Wi ...
s, particularly search engines. Search suggestions are common with a 2014 survey finding that over 80% of
e-commerce E-commerce (electronic commerce) is the activity of electronically buying or selling of products on online services or over the Internet. E-commerce draws on technologies such as mobile commerce, electronic funds transfer, supply chain managem ...
websites included them. The
computing science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to Applied science, practical discipli ...
of syntax and
algorithm In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
s are used to form search results from a
database In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage. The design of databases s ...
. Content management systems and frequent searches can assist
software engineers Software engineering is a systematic engineering approach to software development. A software engineer is a person who applies the principles of software engineering to design, develop, maintain, test, and evaluate computer software. The term '' ...
in
optimizing Mathematical optimization (alternatively spelled ''optimisation'') or mathematical programming is the selection of a best element, with regard to some criterion, from some set of available alternatives. It is generally divided into two subfi ...
more refined queries with methods of parameters and subroutines. Suggestions can be results for the current query or related queries by words, time and dates, categories and tags. The suggestion list may be reordered by other options, as enumerative, hierarchical or faceted. Although not the first deployment of search suggestions, Google Suggest is one of the most prominent. Four years before it was considered stable, the feature was developed in 2004 by Google engineer Kevin Gibbs and the name was chosen by
Marissa Mayer Marissa Ann Mayer (; born May 30, 1975) is an American businesswoman and investor. She is an information technology executive, and co-founder of Sunshine Contacts. Mayer formerly served as the president and chief executive officer of Yahoo!, a p ...
. Google, and other large search companies, maintain a blacklist that prevents the display of queries that could be interpreted as violating their
social responsibility Social responsibility is an ethical framework in which an individual is obligated to work and cooperate with other individuals and organizations for the benefit of the community that will inherit the world that individual leaves behind. Social ...
. Despite this, the company regularly receives complaints that several popular suggestions, or suggestions whose positions have been inflated by
bots The British Overseas Territories (BOTs), also known as the United Kingdom Overseas Territories (UKOTs), are fourteen territories with a constitutional and historical link with the United Kingdom. They are the last remnants of the former Bri ...
, should be added to this list. The Electronic Frontier Foundation's
Jillian York Jillian C. York (born May 18, 1982)"Goodreads Author Profile"
Apple An apple is an edible fruit produced by an apple tree (''Malus domestica''). Apple trees are cultivated worldwide and are the most widely grown species in the genus ''Malus''. The tree originated in Central Asia, where its wild ancestor, ' ...
's blacklist for including words that are merely provocative. One example of a project using suggested queries to expose societal attitudes was a 2013 ad series called ''The Autocomplete Truth'' by
UN Women The United Nations Entity for Gender Equality and the Empowerment of Women, also known as UN Women, is a United Nations entity working for gender equality and the empowerment of women. UN Women advocates for the rights of women and girls, and foc ...
. The campaign showed several gender stereotypes being displayed as popular searches by Google Suggest. Another was a story by
Bad Astronomy ''Bad Astronomy: Misconceptions and Misuses Revealed, from Astrology to the Moon Landing "Hoax"'' is a non-fiction book by the American astronomer Phil Plait, also known as "the Bad Astronomer". The book was published in 2002 and deals with vario ...
that revealed a distrustful perspective on scientists in the suggestion box. Additionally, cases related to libel laws have posited that suggestions may inspire people to associate specific names with specific alleged crimes when they would not have otherwise. Some users have criticized the fact that suggestion-enabled text boxes, unlike the web forms of static HTML, send data about each keystroke to a central server. Such data has the potential to identify specific people. This has caused at least one Mozilla Firefox developer to opine that "users mostly dislike search suggestions". Apart from the privacy debate, some users have expressed negative reception over the usefulness of search autocompletion. Specifically, the sudden appearance of a suggestion box in some programs has been compared to the behaviour of a
pop-up ad Pop-up ads or pop-ups are forms of online advertising on the World Wide Web. A pop-up is a graphical user interface (GUI) display area, usually a small window, that suddenly appears ("pops up") in the foreground of the visual interface. The pop- ...
. HTML supports this feature using the element.


See also

*
Autocomplete Autocomplete, or word completion, is a feature in which an application predicts the rest of a word a user is typing. In Android and iOS smartphones, this is called predictive text. In graphical user interfaces, users can typically press the ta ...
* Search engine (computing) *
Search box A search box, search field or search bar is a graphical control element used in computer programs, such as file managers or web browsers, and on web sites. A search box is usually a single-line text box or search icon (which will transform into ...
*
Search algorithm In computer science, a search algorithm is an algorithm designed to solve a search problem. Search algorithms work to retrieve information stored within particular data structure, or calculated in the search space of a problem domain, with eith ...
* Censorship by Google ยง Search suggestions


References

{{DEFAULTSORT:Search Suggest Drop-Down List Information retrieval techniques