mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Updated Search (markdown)
parent
011053ad6d
commit
7fd71d6771
@ -178,11 +178,3 @@ note.dateCreated =* '2019-05'
|
|||||||
This will find notes created in May 2019 by simply doing string "starts with" operation on the date.
|
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.
|
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/#search=abc
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user