mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 14:39:56 +01:00
use correct search expression for "search in subtree", #1263
This commit is contained in:
@@ -177,6 +177,6 @@ export default class SearchBoxWidget extends BasicWidget {
|
||||
|
||||
this.showSearchEvent();
|
||||
|
||||
this.$searchInput.val(`@in=${noteId} @text*=*`);
|
||||
this.$searchInput.val(`YOUR_SEARCH_TEXT note.ancestors.noteId=${noteId}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user