mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
speedup of similar notes widget
This commit is contained in:
@@ -348,7 +348,7 @@ function evaluateSimilarity(text1, text2, noteId, results) {
|
||||
coeff -= 0.2; // archived penalization
|
||||
}
|
||||
|
||||
results.push({coeff, noteId});
|
||||
results.push({coeff, notePath, noteId});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user