DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
The Latest "Software Integration: The Intersection of APIs, Microservices, and Cloud-Based Systems" Trend Report
Get the report
  1. DZone
  2. Data Engineering
  3. Databases
  4. Designing Search (Part 1): Search Box Design

Designing Search (Part 1): Search Box Design

Tony Russell-rose user avatar by
Tony Russell-rose
·
Jan. 19, 12 · Interview
Like (0)
Save
Tweet
Share
20.25K Views

Join the DZone community and get the full member experience.

Join For Free

this is the first installment in a series of tutorials on creating the right search utility for your use case.  in this part, you will learn how to make the right decisions when picking a design for your search box.

in an earlier post we reviewed models of information seeking, from an early focus on documents and queries through to a more nuanced understanding of search as an information journey driven by dynamic information needs. while each model emphasizes different aspects of the search process, what they share is the principle that search begins with an information need which is articulated in some form of query . what follows below is the first in a mini-series of articles exploring the process of query formulation, starting with the most ubiquitous of design elements: the search box.

1. the search box

one of the fundamental concepts in hci is notion of affordance : the idea that objects should behave in the manner that their appearance suggests. a push plate on a door affords pushing; a handle afford pulling. how many times have you walked up to a door and found it behaved contrary to your expectations? invariably this is caused by a mismatch between form and function.

likewise, the design of the search box should follow its function. if its purpose is to allow the user to enter queries in the form of keywords, then it should look like it will accept textual input, and have an associated button which clearly indicates its function. it should also be wide enough to comfortably accommodate the majority of queries:

a match between form and function at ebags.com

the examples below, by contrast, are perhaps somewhat less effective:

somewhat contrived search box designs

the concept of affordance is so fundamental that it should apply universally, across all types of search context and application. however, the major web search engines choose to differentiate themselves through distinct design treatments. google , for example, uses two buttons on its home page, including the somewhat quirky “i’m feeling lucky” option (which takes the user directly to the highest ranked page for the current query). both of these buttons are centre-justified beneath the text box and given a minimal border which only loosely suggests their function:

minimalist search box design on the google home page

however, these design choices are perhaps now so familiar to users that they have become accepted as simply a further expression of the google brand. note that the positioning and layout of the search box on the homepage is ephemeral anyway; as soon as the first character is entered the page layout changes to accommodate the results and the search box re-locates to the top left of the page. the search button loses its label and gains a ‘looking glass’ icon, which over recent years has become accepted as communicating a search function:

a more conventional search box design on the google results page

bing behaves likewise, offering a similar centre-justified search box on the home page, which also relocates to top left once the query has been submitted:

search box on the bing results page

yahoo offers perhaps the most conventional treatment, employing a simple layout and button affordance, both of which remain consistent from home page to search results:

search box on the yahoo results page

all three sites assist the user by placing the cursor within the search box upon page load and allowing the user to press the ‘enter’ or ‘return’ key to submit the query. in addition, they reserve a consistent location for the search box, although only bing and yahoo display the search box at both the top and bottom of the page.

they also display the query in the search box after submission, which serves as confirmation to the user of what they entered. this may of course differ from how the query is actually interpreted, particularly if an auto-correct or ‘did-you-mean’ is applied. retaining the query in the search box also provides a convenient starting point for query reformulation (which we’ll cover in a future post).

on the web, users can search for almost anything, with few constraints over topic or medium. by contrast, in site search (i.e. search of a specific web site), the choices are usually much more constrained. this presents an opportunity to provide further direction in the form of “placeholder” text and other prompts to help users construct meaningful queries. people search site pipl, for example, informs its users that they can search by name & location, email, username or phone number. note that this text disappears as soon as the search box receives focus:

pipl search box guides users toward meaningful queries

2. scoped search

in some search applications the content is assigned to one or more topical categories. for example, items available on ebay are categorised according to ebay’s content taxonomy. this presents an opportunity to allow the searcher to restrict their search scope to a specific category, e.g. using a drop down menu or similar:

search can be restricted to a specific category on ebay

inviting the user to select a category in advance helps them narrow down their search more rapidly, and enables the refinement options shown with the search results to be tailored specifically to that product category. for example, a query for ‘golf’ in cars, motorcycles and vehicles would present a very different set of refinement options than the same query in sporting goods (see the earlier posts on faceted search ). users with high domain expertise can therefore benefit greatly from scoped search, particularly if they are seeking known items.

conversely, this approach is less well suited to users with low domain expertise, as they may be unsure which category to select at the outset (unless they take the time to learn and understand the site’s category structure). a poor choice can lead to them over-constraining their search which increases the likelihood of zero results and reduces the potential for serendipitous discovery. classified advert site craigslist , for example, offers several category choices – but which one would you choose to find focus group opportunities?

scoped search at classified advertisement site craigslist

it turns out the correct answer is under ‘et cetera jobs’ or ‘gigs’. for this reason, scoped search is usually set to ‘all categories’ by default.

the problem is further compounded if the scope restriction is applied to subsequent queries which are unrelated to the original information need. as we saw in previous articles , search is a dynamic process in which the results of one query can change the immediate goal (or even the work task itself). in cases such as these, it is prudent to apply a fall back strategy that searches across all categories, particularly if searching within one category produces zero results. for example, a search on warc for “text analytics” produces zero results for charts, but the same query could have been productively applied to ‘all categories”. in all cases (but particularly those for which zero results are returned), it is important to clearly display the scope of the search as part of the results.

scoped search could include a fall back strategy at warc

3. search within

it is common to think of the search box as the ‘gateway’ to the search experience; the most evident way to initiate an information seeking episode. but there are many cases when keyword search can be productively applied later in the information journey. by allowing users to search within an existing set of results, the query acts as a kind of refinement, narrowing down the results in a manner similar to that of faceted navigation .

for this reason, search within is often presented as a dedicated search box within the faceted navigation menu. since there are now two separate search boxes on the page, it is necessary to clearly indicate the function of each through the use of placeholder text and other textual labels. in addition, since the keywords are applied as refinements to the current navigational context they should also appear as mementos in the breadbox :

search within is part of the faceted navigation menu at dabs.com

alternatively, search within can be integrated with the standard search box, using a radio button or checkbox to toggle between the two different types of input. in such cases, the toggle control needs to be sensitive to the application context (i.e. it should be disabled if search within results is not currently possible). in addition, selecting the ‘search within’ checkbox should also remove the current query from the search box (since it is redundant within the current result set).

search within is invoked using a checkbox at bulbs.com

since search within offers the user the ability to enter ad hoc refinements which may not match the current result set, it is quite possible that zero results may be returned. although this outcome is generally best avoided, there are various techniques for dealing with it productively (which we’ll cover in a future post).

4. advanced search

in principle, the idea of advanced search is to offer search functionality that goes beyond that implied by the basic search box or the ‘standard’ search experience. by convention, advanced search is usually invoked through a link adjacent to the regular search box:

advanced search is available via a link at warc

in the days of parametric search , when the interaction was based around the notion of selecting parameters from an ever-growing form, it may have made sense to withhold some of these choices from the default view and present them instead as an advanced option:

advanced search form-filling at warc

but now, with a greater understanding of search as a dynamic, progressive dialogue , there seems less value in adopting an approach that requires the user to make such a commitment in advance of even the first exchange. if you were about to initiate a conversation with a stranger, would you ask that they to choose a tone of voice first (e.g. ‘normal’ or ‘sophisticated’)? a far more productive strategy would be to demand the minimum at the outset, then modify your interaction as the discourse unfolds, reacting and responding meaningfully to each exchange.

of course, there will always be applications for which it makes sense to divide the audience into two or more groups, such as medical information sites that serve both clinical professionals and the public. but in such cases, a more informed strategy may be to consider how the whole experience (i.e. content, navigation, transactional functionality, etc.) could be adapted for that audience, rather than assume that search alone deserves special treatment. an effective search experience puts ‘advanced’ search tools in the hands of all users, as and when they are able and willing to use them. in practice, many of the instances of ‘advanced search’ as described above have transpired to be either unnecessary, underutilized, or both. we touched on this issue previously , when we reviewed the ways in which faceted search can provide a more elegant and scalable approach to advanced search.

5. beyond keywords

in the examples above we’ve looked at a number of ways we can search using various forms of typed input. but entering keywords isn’t the only way to express a query. in fact, there are host of other ways we can articulate an information need.

5.1 natural language

one of the most intuitive is to express the query as you would to another human being, i.e. as a natural language question or request. this kind of interaction was popularised by search engines such as ask (formerly ask jeeves), which uses a combination of text analytics and human moderation to produce a question-answering search experience:

natural language question answering at ask

in fact, natural language has often been portrayed as the “killer app” for search , prompting the creation over numerous start-ups over the last decade or more. however, up until a few years ago, disappointingly few of these had had a lasting effect on the mainstream search experience. this is partially due to the inherent challenge of developing robust algorithms for natural language processing (nlp). but it also reflects the dynamics of the search experience itself: to effectively support human information seeking across the widest range of task contexts , we need to facilitate an open, scalable and interactive dialogue. answering questions may be part of this, but it is not the whole solution. for some types of application, techniques such as faceted search can facilitate the search conversation in a more transparent fashion than an exchange of purely linguistic constructs.

but that isn’t to say nlp has no future in search. on the contrary, it just needs to be applied in the right manner. for example, nlp techniques are currently being applied to an ever growing variety of chatbots and interactive agents to provide customer service and other types of automated support across a wide range of industries and domains. and at true knowledge , nlp is used to provide a question answering service that determines the meaning of questions which it then matches against discrete facts in its database. likewise, wolfram alpha uses nlp to answer factual queries by computing answers and relevant visualizations from a knowledge base of curated, structured data:

natural language question answering at wolfram alpha

5.2 non-text queries

information needs don’t have to be expressed exclusively in linguistic form. sometimes a visual medium can be more natural, particularly if an example already exists. google , for example, allows users to drag & drop an image to use as a search query:

search by example using images at google

similarly, like.com (now part of google product search ) allowed users to use images to describe parts of queries which would have been difficult to describe using keywords alone.  and beyond visual queries, services like shazam allow users to record music clips which it then identifies by matching them against a database of audio files.

each of these services represents a type of search known as query by example . but queries don’t have to be complete samples. retrievr , for example, allows users to search by sketching a shape or outline. and etsy allows user to explore by selecting colours from a palette:

search by colour at etsy

figure x:search by colour at etsy

these alternative forms of input serve to remind us that keywords may be the simplest form of input, but they are not always the most natural. sometimes our information needs go beyond words. instead, we should choose input methods that match the broader information landscape .

6. summary and best practices


the search box

  • form should follow function: apply the principles of affordance to interactive design elements
  • reserve a consistent location for the search box, and make it wide enough to comfortably accommodate the majority of queries
  • place the cursor within the search box upon page load and allow the user to press the ‘enter’ or ‘return’ key to submit the query
  • provide direction in the form of “placeholder” text and other prompts to help users construct meaningful queries (remove this as soon as the search box receives focus)
  • display the query in the search box after submission



scoped search

  • consider scoped search for applications where users have high domain expertise (but avoid forcing this on users with low domain expertise). ensure that it defaults to “all categories”
  • apply a fall back strategy that searches across all categories if searching within one category produces zero results
  • clearly display the scope of the search as part of the results



search within

  • if presented as part of a faceted menu, clearly indicate the function through the use of placeholder text and other textual labels. ensure that keyword refinements appear as mementos in the breadbox
  • if presented as an option to the global search box, ensure that the toggle control is sensitive to the application context. in addition, selecting the ‘search within’ checkbox should remove the current query from the search box



advanced search

  • review the rationale for advanced search: in particular whether it is better to customise the whole experience (i.e. content, navigation, transactional functionality, etc.) for a specialist audience, rather than assume that search alone deserves special treatment



beyond keywords

  • sometimes our information needs go beyond words: choose input methods that match the medium


    source: http://isquared.wordpress.com/2012/01/18/designing-search-part-1-entering-the-query/
Database Design Form (document) Question answering application Faceted search

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • 4 Best dApp Frameworks for First-Time Ethereum Developers
  • Comparing Map.of() and New HashMap() in Java
  • Benefits and Challenges of Multi-Cloud Integration
  • Integrating AWS Secrets Manager With Spring Boot

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: