mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fulltext now ignores archived notes like it used to in the old implementation
This commit is contained in:
@@ -115,7 +115,7 @@ class Note {
|
||||
}
|
||||
|
||||
hasAttribute(type, name) {
|
||||
return this.attributes.find(attr => attr.type === type && attr.name === name);
|
||||
return !!this.attributes.find(attr => attr.type === type && attr.name === name);
|
||||
}
|
||||
|
||||
getLabelValue(name) {
|
||||
|
||||
Reference in New Issue
Block a user