You've already forked joplin
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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user