mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix(v2): Algolia: allow contextualSearch + facetFilters (#3804)
* remove contextualSearch facetFilters merging security * update doc
This commit is contained in:
parent
b6cd303354
commit
f1bed8dd69
5 changed files with 16 additions and 36 deletions
|
@ -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`.
|
||||
|
||||
:::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue