Build a Query Suggestions UI with InstantSearch iOS
As of May 1st, 2024, Apple requires all iOS apps to include a privacy manifest. Ensure you incorporate our provided privacy manifest files into your documentation. For more details, see Privacy Manifest.
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 users type 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.