From 4b6aa32b6407d71f6e9580c038cf81261efc77a6 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 15 Jul 2023 11:00:36 +0200 Subject: [PATCH] Updated Search (markdown) --- Search.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Search.md b/Search.md index bd511fd..bcf9177 100644 --- a/Search.md +++ b/Search.md @@ -177,4 +177,12 @@ note.dateCreated =* '2019-05' This will find notes created in May 2019 by simply doing string "starts with" operation on the date. -This approach does not work well with numbers though, so whenever there is a numeric operator detected, the label values will be coerced from their normal string form into a numeric value for comparison. This then allows for e.g. `#publicationYear >= 1960` work correctly. \ No newline at end of file +This approach does not work well with numbers though, so whenever there is a numeric operator detected, the label values will be coerced from their normal string form into a numeric value for comparison. This then allows for e.g. `#publicationYear >= 1960` work correctly. + +## Auto trigger search from URL + +Opening Trilium like in the example below will open the search pane and automatically trigger search for "abc": + +``` +http://localhost:8080/#?searchString=abc +``` \ No newline at end of file