mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +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.
|
||||
|
||||
Refer to its [official DocSearch documentation](https://docsearch.algolia.com/docs/api#searchparameters) for possible values.
|
||||
|
||||
:::
|
||||
|
||||
:::caution
|
||||
|
@ -176,7 +178,9 @@ module.exports = {
|
|||
// highlight-start
|
||||
algolia: {
|
||||
contextualSearch: false,
|
||||
facetFilters: ['language:en', ['filter1', 'filter2'], 'filter3'],
|
||||
searchParameters: {
|
||||
facetFilters: ['language:en', ['filter1', 'filter2'], 'filter3'],
|
||||
},
|
||||
},
|
||||
// highlight-end
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue