Updated Search (markdown)

zadam 2021-02-14 19:26:50 +01:00
parent dda4a7c86d
commit 499fb586b7

@ -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.: