mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-24 23:04:32 -04:00
Merge branch 'master' into feature/search-with-quotes
This commit is contained in:
@@ -71,7 +71,7 @@ export function setupSearchHighlighter(
|
||||
/* Return factory function */
|
||||
return (value: string) => {
|
||||
value = value
|
||||
.replace(/[\s*+-:~^]+/g, " ")
|
||||
.replace(/[\s*+\-:~^]+/g, " ")
|
||||
.trim()
|
||||
|
||||
/* Create search term match expression */
|
||||
|
||||
Reference in New Issue
Block a user