full search should be already triggered when going from quick search

This commit is contained in:
zadam
2021-07-04 16:46:57 +02:00
parent 703fbd30df
commit c115628f1f
5 changed files with 7 additions and 119 deletions

View File

@@ -136,6 +136,8 @@ export default class QuickSearchWidget extends BasicWidget {
async showInFullSearch() {
const searchNote = await dateNotesService.createSearchNote({searchString: this.$searchString.val()});
await froca.loadSearchNote(searchNote.noteId);
await appContext.tabManager.getActiveContext().setNote(searchNote.noteId);
}