Autocomplete and User Experience
Part of the Query Understanding series by Daniel Tunkelang.
Overview
The user experience of autocomplete extends well beyond whether suggestions are technically accurate. Suggestions must appear quickly enough to feel responsive, cover enough variety to be useful without overwhelming the user, and be visually distinguished when they represent different types of results. Users exhibit strong anchoring behavior around autocomplete: they frequently select from the dropdown rather than finishing their own query, which means the suggestions effectively co-author the search. This creates both an opportunity — guiding users toward productive queries — and a responsibility: suggestions that are offensive, misleading, or biased cause real harm that goes beyond just poor search quality. Measuring suggestion quality through acceptance rates and downstream search success is essential to managing this responsibly.
Note: Article content behind Medium paywall — accessible at source URL with Medium account.