fix(v2): Algolia: allow contextualSearch + facetFilters (#3804)

* remove contextualSearch facetFilters  merging security

* update doc
This commit is contained in:
Sébastien Lorber 2020-11-23 19:43:38 +01:00 committed by GitHub
parent b6cd303354
commit f1bed8dd69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 36 deletions

View file

@ -74,7 +74,7 @@ module.exports = {
:::caution
If you decide to use contextual search, you can't provide `algolia.searchParameters.facetFilters`, as we compute this `facetFilters` attribute for you dynamically.
When using `contextualSearch: true`, the contextual facet filters will be merged with the ones provided with `algolia.searchParameters.facetFilters`.
:::