fix #1726: search in protected fields

This commit is contained in:
antelle 2021-03-01 17:55:08 +01:00
parent 839359a794
commit a4881419df
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 5 additions and 2 deletions

View File

@ -127,8 +127,8 @@ class EntrySearch {
return context.matches && context.matches.length === find.length;
}
static matchStringMultiLower(str, find, context, lower) {
return EntrySearch.matchStringLower(str, find, context, true);
static matchStringMultiLower(str, find, context) {
return EntrySearch.matchStringMulti(str, find, context, true);
}
static matchRegex(str, regex) {

View File

@ -15,6 +15,9 @@ Release notes
`+` option to minimize on field copy
`-` fixed creating files with Argon2id KDF
##### v1.16.8 (TBD)
`-` fix #1726: search in protected fields
##### v1.16.7 (2020-12-31)
`-` fix #1671: new lines removal issue in notes