Deprecated, please use our new repo
This is a sample project implementing an instant-search view with Algolia. Algolia is a Search API that provides hosted full-text, numerical and faceted search.
- Full Swift using the AlgoliaSearch Swift API client
- Displaying results as you type
- Match highlighting
- Infinite scroll
- Clone the repository
pod install
- Open the Xcode Workspace
- Build & Run!
Follow this step by step tutorial (on Algolia.com) to learn how this implementation works and how it has been built using the Algolia's Swift API Client.