We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making use of algolia_search_params allows for amending parameters used in the query for Algolia's search.
algolia_search_params
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/
filters
Make sure to note this detail:
You must declare for each attribute you use as a filter in attributesForFaceting, except for _tags, which are automatically considered as attributesForFaceting.
The text was updated successfully, but these errors were encountered:
pre_get_posts
I feel this is validated from the original devs, via https://stackoverflow.com/questions/45704152/algolia-wordpress-plugin-without-instantsearch-js-filtering-results-by-taxonom/45752228#45752228
and a cross-posted item at
https://discourse.algolia.com/t/algolia-wordpress-plugin-without-instantsearch-js-filtering-results-by-taxonomy/2367
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: