mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Updated Search (markdown)
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.:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user