mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
saved search can now be created from the search dialog
This commit is contained in:
@@ -659,7 +659,7 @@ const noteTree = (function() {
|
||||
|
||||
const json = JSON.parse(note.detail.content);
|
||||
|
||||
const noteIds = await server.get('notes?search=' + encodeURIComponent(json.searchString));
|
||||
const noteIds = await server.get('search/' + encodeURIComponent(json.searchString));
|
||||
|
||||
for (const noteId of noteIds) {
|
||||
const noteTreeId = "virt" + randomString(10);
|
||||
|
||||
Reference in New Issue
Block a user