Skip to content

Commit

Permalink
Merge pull request #8834 from PasanT9/search-430
Browse files Browse the repository at this point in the history
[4.3.0] Add regex for search configurations
  • Loading branch information
PasanT9 authored Nov 18, 2024
2 parents 165fa0c + 97c380c commit 058a9ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,12 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- search:
indexing: "full"
separator: "[^\\w._-]+"
lang: ['en']
prebuild_index: true
ngram_length: 3
- markdownextradata: {}
- exclude:
glob:
Expand Down

0 comments on commit 058a9ed

Please sign in to comment.