Skip to content

Commit

Permalink
fix(search): Fix algolia search (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagaminara committed Sep 13, 2022
1 parent 28aa32f commit 5aeaf45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ const config = {
appId: "5GW5VSP0PU",
apiKey: "79a6baff7cbdd96f9db8aeb1828c63a3",
indexName: "front-commerce",
// Optional: It ensures that search results are relevant to the current language and version.
contextualSearch: false,
contextualSearch: true,
},
}),
plugins: [
Expand Down

0 comments on commit 5aeaf45

Please sign in to comment.