Do autosuggest results always match my search results?
The products shown in autosuggest results will generally match search results. There are a few exceptions:
- In search, we assume the user has entered a complete query, but in autosuggest, we assume a user may continue typing. We adapt the algorithm to take this into account.
- Autosuggest needs the fastest performance, so some products won’t match exactly if there are large boosts or buries involved in its ranking calculation (most signals are accounted for, though)