mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
search should find notes in hidden subtree when hoisted into it
This commit is contained in:
@@ -12,7 +12,7 @@ class NoteFlatTextExp extends Expression {
|
||||
this.tokens = tokens;
|
||||
}
|
||||
|
||||
execute(inputNoteSet, executionContext) {
|
||||
execute(inputNoteSet, executionContext, searchContext) {
|
||||
// has deps on SQL which breaks unit test so needs to be dynamically required
|
||||
const beccaService = require('../../../becca/becca_service');
|
||||
const resultNoteSet = new NoteSet();
|
||||
|
||||
Reference in New Issue
Block a user