diff --git a/Search.md b/Search.md index 39e3a1d..88596bc 100644 --- a/Search.md +++ b/Search.md @@ -63,12 +63,17 @@ Note has certain properties which can be also used for searching: * type (text, code, search, relation-map, book) * title (when you want to search specifically the title) * text - search through note title and content +* content - search just through note content +* rawContent - search through raw note content (HTML tags are kept). Since v0.46. * labelCount * relationCount * attributeCount - labelCount + relationCount * parentCount * childrenCount * isArchived (true, false) +* contentSize - size of note content in bytes. Since v0.46. +* noteSize - estimated size of complete note (chiefly note content + note revision contents). Since v0.46. +* revisionCount - number of note revisions. Since v0.46. These are accessed through `note.`, e.g.: