fuzzy search for values as well

This commit is contained in:
zadam
2020-05-21 13:45:18 +02:00
parent 2e6395ad88
commit a06662f4ce
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ class ParsingContext {
constructor(includeNoteContent) {
this.includeNoteContent = includeNoteContent;
this.highlightedTokens = [];
this.fuzzyAttributeSearch = false;
this.error = null;
}