Updated Search (markdown)

zadam 2019-01-25 22:20:43 +01:00
parent ae26cd4993
commit c18f6362d2

@ -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]]