From c65c4475f6c5de6f78d72cd9612d7fd52ec5237b Mon Sep 17 00:00:00 2001 From: "Ryan M. Shea" <8948187+rmshea@users.noreply.github.com> Date: Mon, 17 May 2021 23:47:19 -0600 Subject: [PATCH] Add Contextual Search (#17299) * this should prevent other language results appearing in the search area --- 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",