Making use of `algolia_search_params` allows for amending parameters used in the query for Algolia's search. With it, you can amend the array of parameters, as documented at https://www.algolia.com/doc/api-reference/search-api-parameters/ Most specifically, you would want to make use of the `filters` parameter, which is documented at https://www.algolia.com/doc/api-reference/api-parameters/filters/ Make sure to note this detail: > You must [declare](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/how-to/declaring-attributes-for-faceting/) for each attribute you use as a filter in [attributesForFaceting](https://www.algolia.com/doc/api-reference/api-parameters/attributesForFaceting/), except for [_tags](https://www.algolia.com/doc/guides/managing-results/refine-results/filtering/how-to/filter-by-attributes/#filter-by-tags), which are automatically considered as [attributesForFaceting](https://www.algolia.com/doc/api-reference/api-parameters/attributesForFaceting/).