Skip to content

Commit

Permalink
feat: Add option to disable the default lunr stemmer
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weareoutman committed May 18, 2022
1 parent 4a49753 commit ff8e9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit ff8e9a2

Please sign in to comment.