From ff8e9a2e3162dd847cbef11036772578c41a8828 Mon Sep 17 00:00:00 2001 From: Shenwei Wang Date: Wed, 18 May 2022 18:24:34 +0800 Subject: [PATCH] feat: Add option to disable the default lunr stemmer This add missing release notes from #169 fix: Fix passing of top sections for versions of docusaurus with breadcrumbs fix: Fix parsing of top level pages when using docs only mode fix: Fix search term highlighting when reusing the same search string --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 923d44f2..751299ee 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ module.exports = { // ... Your options. // `hashed` is recommended as long-term-cache of index file is possible. hashed: true, + explicitSearchResultPath: true, // For Docs using Chinese, The `language` is recommended to set to: // ``` // language: ["en", "zh"],