mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
improvements to notemap in relation to search
This commit is contained in:
@@ -29,7 +29,7 @@ function getSubtreeSize(req) {
|
||||
return [404, `Note ${noteId} was not found.`];
|
||||
}
|
||||
|
||||
const subTreeNoteIds = note.getSubtreeNotes().map(note => note.noteId);
|
||||
const subTreeNoteIds = note.getSubtreeNoteIds();
|
||||
|
||||
sql.fillParamList(subTreeNoteIds);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user