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