From 17e38d39555815abea5127a41d68aeb8082fb594 Mon Sep 17 00:00:00 2001 From: slorber Date: Mon, 23 Nov 2020 19:14:20 +0100 Subject: [PATCH] update doc --- website/docs/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/search.md b/website/docs/search.md index d3334f89434d..527002cfe779 100644 --- a/website/docs/search.md +++ b/website/docs/search.md @@ -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`. :::