mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
fulltext now ignores archived notes like it used to in the old implementation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user