mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
search will also look for type and mime by default
This commit is contained in:
@@ -851,6 +851,10 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
|
||||
if (!foundChildNode) {
|
||||
if (logErrors) {
|
||||
// besides real errors this can be also caused by hiding of e.g. included images
|
||||
// these are real notes with real notePath, user can display them in a detail
|
||||
// but they don't have a node in the tree
|
||||
|
||||
ws.logError(`Can't find node for child node of noteId=${childNoteId} for parent of noteId=${parentNode.data.noteId} and hoistedNoteId=${hoistedNoteId}, requested path is ${notePath}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user