Skip to content

Commit

Permalink
Fix search queries (FerretDB#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fashander authored Jan 15, 2024
1 parent 3eb9ee6 commit cb3d689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docusaurus.config-blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ const config = {
{
indexBlog: true, // Index blog posts in search engine
indexDocs: false, // Docs plugin is disabled, docs search needs to be disabled too
lunr:{
tokenizerSeparator: /[\s\-\$]+/,
}
},
],
],
Expand Down
3 changes: 3 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ const config = {
{
indexBlog: true, // Index blog posts in search engine
indexDocs: true, // Blog plugin is disabled, blog search needs to be disabled too
lunr:{
tokenizerSeparator: /[\s\-\$]+/,
}
},
],
],
Expand Down

0 comments on commit cb3d689

Please sign in to comment.