Guides
/
Building Search UI
/
UI & UX patterns
/
Query Suggestions
Jun. 19, 2023
Build a Query Suggestions UI with InstantSearch iOS
When your user interacts with a search box, you can help them discover what they could search for by providing Query suggestions.
Query suggestions are a specific kind of multi-index interface:
- The main search interface will use a regular index.
- As the user types a phrase, suggestions from your Query Suggestions index are displayed.
These guides walk you through the steps needed to build a Query Suggestions experience with InstantSearch iOS:
If you don’t want to use the InstantSearch iOS library, read getting started with the Swift API client.
Did you find this page helpful?