Add Contextual Search (#17299) (#17300)

* this should prevent other language results appearing in the search area

(cherry picked from commit c65c4475f6)

Co-authored-by: Ryan M. Shea <8948187+rmshea@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-05-18 06:32:51 +00:00
committed by GitHub
parent e182afa50f
commit d2e907655f

View File

@ -76,6 +76,7 @@ module.exports = {
// This API key is "search-only" and safe to be published // This API key is "search-only" and safe to be published
apiKey: "d58e0d68c875346d52645d68b13f3ac0", apiKey: "d58e0d68c875346d52645d68b13f3ac0",
indexName: "solana", indexName: "solana",
contextualSearch: true,
}, },
footer: { footer: {
style: "dark", style: "dark",