mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	similar notes algorithm tweaks (WIP)
This commit is contained in:
		| @@ -157,7 +157,7 @@ class Note { | ||||
|      */ | ||||
|     get flatText() { | ||||
|         if (!this.flatTextCache) { | ||||
|             this.flatTextCache = this.noteId + ' ' + this.type + ' ' + this.mime + ' ' + this.dateCreated.substr(0, 16) + ' '; | ||||
|             this.flatTextCache = this.noteId + ' ' + this.type + ' ' + this.mime + ' '; | ||||
|  | ||||
|             for (const branch of this.parentBranches) { | ||||
|                 if (branch.prefix) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user