mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
search should find notes in hidden subtree when hoisted into it
This commit is contained in:
@@ -13,7 +13,7 @@ class AttributeExistsExp extends Expression {
|
||||
this.prefixMatch = prefixMatch;
|
||||
}
|
||||
|
||||
execute(inputNoteSet) {
|
||||
execute(inputNoteSet, executionContext, searchContext) {
|
||||
const attrs = this.prefixMatch
|
||||
? becca.findAttributesWithPrefix(this.attributeType, this.attributeName)
|
||||
: becca.findAttributes(this.attributeType, this.attributeName);
|
||||
|
||||
Reference in New Issue
Block a user