> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Filtering patterns for InstantSearch iOS

> Learn about UX patterns for filtering and how to implement them in your InstantSearch iOS app.

<Info>
  Starting May 1, 2024,
  Apple requires all iOS apps to include a privacy manifest.
  For more information, see [Privacy manifest](/doc/guides/building-search-ui/resources/privacy-manifest/ios/).
</Info>

Providing filtering options is common in advanced search experiences.
However, given mobile screen real estate limitations, it's hard to include both filters and search results in the same view without the screen getting cluttered.
A good filtering experience always gives feedback when users apply a filter.

For more information, see the blog post: [showing feedback when filtering](https://www.algolia.com/blog/ux/mobile-search-ux-part-three-seach-results-display/).

## Example

[As you can see in this example](https://github.com/algolia/instantsearch-ios-examples/) of a movie search interface,
filtering options are displayed in a modal window with immediate feedback to let users see their influence on the search results.
