mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
search will also look for type and mime by default
This commit is contained in:
@@ -160,7 +160,7 @@ class Note {
|
||||
return this.flatTextCache;
|
||||
}
|
||||
|
||||
this.flatTextCache = this.noteId + ' ';
|
||||
this.flatTextCache = this.noteId + ' ' + this.type + ' ' + this.mime;
|
||||
|
||||
for (const branch of this.parentBranches) {
|
||||
if (branch.prefix) {
|
||||
|
||||
Reference in New Issue
Block a user