From 716f8f6a911a5174cc25add65f72cdb808996490 Mon Sep 17 00:00:00 2001 From: Hadar Date: Thu, 11 Dec 2025 16:31:41 +0200 Subject: [PATCH] try to optimize search --- docusaurus.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 0885a6938c..6779d34b90 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -346,6 +346,9 @@ const config = { docsRouteBasePath: "/", hashed: true, explicitSearchResultPath: true, + searchResultLimits: 8, + searchResultContextMaxLength: 50, + highlightSearchTermsOnTargetPage: false, }, ] ],