From c18f6362d21fe21c7807e08b48eb75e62c33bc15 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 25 Jan 2019 22:20:43 +0100 Subject: [PATCH] Updated Search (markdown) --- Search.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Search.md b/Search.md index 3a77ac3..7efe26a 100644 --- a/Search.md +++ b/Search.md @@ -21,9 +21,16 @@ Following examples demonstrates syntax: * ```some search string @abc @def``` - combination of fulltext and label search - both of them need to match (OR not supported) * ```@abc @def some search string``` - same combination - ## Saved search Trilium provides a way to save common search as a note in the note tree. Search results will then appear as subnotes of this "saved search" note. You can see how this works in action: +## Auto trigger search from URL + +Opening Trilium like in the example below will open search pane and automatically trigger search for "abc". + +``` +http://localhost:8080/#search=abc +``` + [[gifs/saved-search.gif]] \ No newline at end of file