Suggestions & autocomplete
Query suggestions that surface as the user types.
How to enable it
features.suggestions is enabled by default. Disable with features: { suggestions: false } or data-suggestions="false" on the <script>.
What the user sees
- Dropdown below the input with related suggestions (~300 ms debounce).
- Inline ghost text at the end of the input — press Tab to accept.
- Click a suggestion to replace the query and trigger a search.