From bdba23a63520f7f9a4b825751110d1e92c9da221 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 19 Feb 2021 20:50:30 +0100 Subject: [PATCH] Updated Search (markdown) --- Search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Search.md b/Search.md index 8b821e2..807e02a 100644 --- a/Search.md +++ b/Search.md @@ -76,9 +76,9 @@ Note has certain properties which can be also used for searching: * `parentCount` - essentially number of [[clones|cloning notes]] * `childrenCount` * `isArchived` (true, false) -* `contentSize` - size of note content in bytes. Since v0.46. +* `contentSize` - size of note content in bytes. * `noteSize` - estimated size of complete note (chiefly note content + note revision contents). Since v0.46. -* `revisionCount` - number of note revisions. Since v0.46. +* `revisionCount` - number of note revisions. These are accessed through `note.`, e.g.: