mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
converting note properties to methods
This commit is contained in:
@@ -129,7 +129,7 @@ class BeccaFlatTextExp extends Expression {
|
||||
|
||||
for (const note of noteSet.notes) {
|
||||
for (const token of this.tokens) {
|
||||
if (note.flatText.includes(token)) {
|
||||
if (note.getFlatText().includes(token)) {
|
||||
candidateNotes.push(note);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user