Skip to content

Commit

Permalink
Merge pull request #4844 from himeshsiriwardana/search-bug-fix
Browse files Browse the repository at this point in the history
added regex for searching configurations
  • Loading branch information
himeshsiriwardana authored Nov 8, 2024
2 parents 7df9598 + e7abdbf commit bf9f864
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion en/identity-server/7.0.0/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ extra:
is_version: 7.0.0

plugins:
- search
- search:
indexing: "full"
separator: "[^\\w._]+"
lang: ['en']
prebuild_index: true
ngram_length: 3
- markdownextradata: {}
- include-markdown
- redirects:
Expand Down
7 changes: 6 additions & 1 deletion en/identity-server/next/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ extra:
is_version: next

plugins:
- search
- search:
indexing: "full"
separator: "[^\\w._]+"
lang: ['en']
prebuild_index: true
ngram_length: 3
- markdownextradata: {}
- include-markdown
- redirects:
Expand Down

0 comments on commit bf9f864

Please sign in to comment.