From 77e1c7a167372dd5dad668fa1978c6aa84c1f07f Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 15 Sep 2021 13:31:32 +0200 Subject: [PATCH] Updated Search (markdown) --- Search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Search.md b/Search.md index ab73099..8684057 100644 --- a/Search.md +++ b/Search.md @@ -23,7 +23,7 @@ `#book #publicationYear >= 1950 #publicationYear < 1960` - you can also use numeric operators - this will find all books published in 1950s -`#dateNote >= TODAY-30` - special "smart search" will find notes with label "dateNote" with date corresponding to last 30 days. Complete list of smart values: NOW +- seconds, TODAY +- days, WEEK +- weeks, MONTH +- months, YEAR +- years +`#dateNote >= TODAY-30` - special "smart search" will find notes with label "dateNote" with date corresponding to last 30 days. Complete list of smart values: NOW +- seconds, TODAY +- days, MONTH +- months, YEAR +- years `~author.title *=* Tolkien` - find notes which have relation "author" which points to a note with title containing word "Tolkien"