From 2522792408c524c6f04ccd89787d9f4198e8825a Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 22 Oct 2022 15:50:19 +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 c87994f..c94452d 100644 --- a/Search.md +++ b/Search.md @@ -27,7 +27,7 @@ `~author.title *=* Tolkien` - find notes which have relation "author" which points to a note with title containing word "Tolkien" -`#publicationYear %= '19[0-9]{2}' - operator '%=' matches a regular expression (regex). Since Trilium 0.52 +`#publicationYear %= '19[0-9]{2}'` - operator '%=' matches a regular expression (regex). Since Trilium 0.52 ## Advanced use cases