Integrate search into your app
8 minutes
Developer
If you deal with a lot of content in your app, you might want to add search so your users can find what they need.
Integrate an external search service
- 7 minutes
External search services provide advanced features such as typo tolerance or custom ranking of the search results. They also often come with SDKs and tutorials to help you integrate them within your app.
Consider in-app filtering
- 2 minutes
If your project is smaller, your app can load all content and use in-app filtering for search.