mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
docs(website): search doc typo searchParameters (#6704)
This commit is contained in:
parent
089ef14c9a
commit
49361e2ae9
1 changed files with 5 additions and 1 deletions
|
@ -121,6 +121,8 @@ module.exports = {
|
||||||
|
|
||||||
The `searchParameters` option used to be named `algoliaOptions` in Docusaurus v1.
|
The `searchParameters` option used to be named `algoliaOptions` in Docusaurus v1.
|
||||||
|
|
||||||
|
Refer to its [official DocSearch documentation](https://docsearch.algolia.com/docs/api#searchparameters) for possible values.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
|
@ -176,8 +178,10 @@ module.exports = {
|
||||||
// highlight-start
|
// highlight-start
|
||||||
algolia: {
|
algolia: {
|
||||||
contextualSearch: false,
|
contextualSearch: false,
|
||||||
|
searchParameters: {
|
||||||
facetFilters: ['language:en', ['filter1', 'filter2'], 'filter3'],
|
facetFilters: ['language:en', ['filter1', 'filter2'], 'filter3'],
|
||||||
},
|
},
|
||||||
|
},
|
||||||
// highlight-end
|
// highlight-end
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue