mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix parsing of "!=" operator, #1651
This commit is contained in:
parent
ec2e973165
commit
600a312b2a
@ -41,7 +41,7 @@ function getFulltext(tokens, searchContext) {
|
||||
}
|
||||
|
||||
function isOperator(str) {
|
||||
return str.match(/^[=<>*]+$/);
|
||||
return str.match(/^[!=<>*]+$/);
|
||||
}
|
||||
|
||||
function getExpression(tokens, searchContext, level = 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user