From d2e907655f0a9414f235ded5e262a4eb75ca539e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 06:32:51 +0000 Subject: [PATCH] Add Contextual Search (#17299) (#17300) * this should prevent other language results appearing in the search area (cherry picked from commit c65c4475f6c5de6f78d72cd9612d7fd52ec5237b) Co-authored-by: Ryan M. Shea <8948187+rmshea@users.noreply.github.com> --- docs/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1d586894e1..9baac67783 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -76,6 +76,7 @@ module.exports = { // This API key is "search-only" and safe to be published apiKey: "d58e0d68c875346d52645d68b13f3ac0", indexName: "solana", + contextualSearch: true, }, footer: { style: "dark",