mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
full text search uses in-memory search even for unprotected notes and preprocesses content with tag stripping
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user