mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	basic search tests
This commit is contained in:
		| @@ -2,9 +2,12 @@ | ||||
|  | ||||
| const NoteSet = require('../note_set'); | ||||
| const noteCache = require('../../note_cache/note_cache'); | ||||
| const Expression = require('./expression'); | ||||
|  | ||||
| class AttributeExistsExp { | ||||
| class AttributeExistsExp extends Expression { | ||||
|     constructor(attributeType, attributeName, prefixMatch) { | ||||
|         super(); | ||||
|  | ||||
|         this.attributeType = attributeType; | ||||
|         this.attributeName = attributeName; | ||||
|         this.prefixMatch = prefixMatch; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user