Merge branch 'master' into feature/search-with-quotes

This commit is contained in:
squidfunk
2020-06-29 11:02:23 +02:00
12 changed files with 60 additions and 57 deletions

View File

@@ -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 */