use correct search expression for "search in subtree", #1263

This commit is contained in:
zadam 2020-09-24 22:42:32 +02:00
parent e2fcc6711a
commit 8ad7318bd8

View file

@ -177,6 +177,6 @@ export default class SearchBoxWidget extends BasicWidget {
this.showSearchEvent(); this.showSearchEvent();
this.$searchInput.val(`@in=${noteId} @text*=*`); this.$searchInput.val(`YOUR_SEARCH_TEXT note.ancestors.noteId=${noteId}`);
} }
} }