mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
fuzzy search for values as well
This commit is contained in:
@@ -4,6 +4,7 @@ class ParsingContext {
|
||||
constructor(includeNoteContent) {
|
||||
this.includeNoteContent = includeNoteContent;
|
||||
this.highlightedTokens = [];
|
||||
this.fuzzyAttributeSearch = false;
|
||||
this.error = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user