InstantSearch Examples has been migrated to the main InstantSearch repository. The updated Examples project is available in the dedicated directory. This repository is no longer supported, please create your issues and submit your contributions to the main InstantSearch repository.
Example of search experience components built with algolia/instantsearch-ios.
InstantSearch iOS is a library providing components and helpers to help you build the best instant-search experience on iOS with Algolia. It is built on top of Algolia's Swift API Client to provide you a high-level solution to quickly build various search interfaces.
We have built a demo application to give you an idea of what you can build with InstantSearch iOS:
- Search results updated on each keystroke
- Search as you type experience
- Search a movie by title, actor or year
- Infinite scrolling of search results
Example of a multi-index search interface.
- Multi-Index table showcasing results from different indices (movies and actors)
- Uses the same index for movies as single index example, but presents results differently (horizontal scrolling)
- Independent infinite scrolling for both hits views
Example of a facet search interface.
- Search as you type experience
- Presentation of selected facets
Example of sorting movies by year attribute.
Example of updating list of relevant queries that your users can select from as they type.