Skip to content

Commit

Permalink
Merge pull request #8835 from PasanT9/search-440-2
Browse files Browse the repository at this point in the history
[4.4.0] Add regex for search configurations
  • Loading branch information
PasanT9 authored Nov 18, 2024
2 parents 5f83d48 + 1c76f07 commit ddb0719
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 @@ -683,7 +683,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 ddb0719

Please sign in to comment.