mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
search should find notes in hidden subtree when hoisted into it
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const Expression = require('./expression');
|
||||
|
||||
class TrueExp extends Expression {
|
||||
execute(inputNoteSet, executionContext) {
|
||||
execute(inputNoteSet, executionContext, searchContext) {
|
||||
return inputNoteSet;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user