1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Search: More multi-language support, and started updating mobile app

This commit is contained in:
Laurent Cozic
2019-01-18 18:31:07 +00:00
parent 8fdc0bf17c
commit 42a674008f
6 changed files with 14 additions and 49 deletions

View File

@ -228,7 +228,7 @@ function surroundKeywords(keywords, text, prefix, suffix) {
let regexString = keywords.map((k) => {
if (k.type === 'regex') {
return k.value;
return k.valueRegex;
} else {
return pregQuote(k);
}