fulltext now ignores archived notes like it used to in the old implementation

This commit is contained in:
zadam
2020-08-20 00:15:08 +02:00
parent d1f70efdb4
commit 52e0f838a9
7 changed files with 42 additions and 17 deletions

View File

@@ -75,11 +75,6 @@ class NoteCacheFlatTextExp extends Expression {
continue;
}
// for leaf note it doesn't matter if "archived" label is inheritable or not
if (note.isArchived) {
continue;
}
const foundAttrTokens = [];
for (const attribute of note.ownedAttributes) {