mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
display note path in search results
This commit is contained in:
@@ -52,7 +52,7 @@ export default class SearchResultWidget extends TabAwareWidget {
|
||||
this.$noResults.toggle(note.getChildNoteIds().length === 0 && !!note.searchResultsLoaded);
|
||||
this.$notExecutedYet.toggle(!note.searchResultsLoaded);
|
||||
|
||||
const noteListRenderer = new NoteListRenderer(this.$content, note, note.getChildNoteIds());
|
||||
const noteListRenderer = new NoteListRenderer(this.$content, note, note.getChildNoteIds(), true);
|
||||
await noteListRenderer.renderList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user