Skip to content

Search syntax

Christian Boxdörfer edited this page Aug 30, 2020 · 13 revisions

Normal and wildcard search

Operators

Operator Keyword Description
AND space A space character combines two search terms. Only results that match both search terms are returned

Wildcards

TODO

Escaping

Sequence Description Example
Double quotes Everything in between "" is treated literally (like spaces) "/home/user/my folder" *.pdf/home/user/my folder AND *.pdf
Backslash \ escapes the following character (like space or ") /home/user/my\ folder \"quote\".txt/home/user/my folder AND "quote".txt

Regular expression search

TODO

Clone this wiki locally