From 499fb586b7a88698ff9950f38f6708a0e80c1654 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 14 Feb 2021 19:26:50 +0100 Subject: [PATCH] Updated Search (markdown) --- Search.md | 5 +++++ 1 file changed, 5 insertions(+) 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.: