full text search uses in-memory search even for unprotected notes and preprocesses content with tag stripping

This commit is contained in:
zadam
2020-07-23 23:38:38 +02:00
parent e1d4be814f
commit 0eb77e43e2
5 changed files with 35 additions and 16 deletions

View File

@@ -241,7 +241,7 @@ class TreeCache {
return null;
}
else if (!noteId) {
console.log(`Falsy noteId ${noteId}, returning null.`);
console.trace(`Falsy noteId ${noteId}, returning null.`);
return null;
}