-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
-
"Hello World"String within parentheses is treated as one -
+and-can be used to include/exclude the following word/sentence -
filter:valuesupplies a value to a given filter (e.g.type:imageortype:directory)-
filetype/typefilters for file type (e.g.file,directory,image,video) -
sort:something/order:somethingallows the search results to be sorted by something- Combining with
-allows the sorting order to be inverted (+is default)
- Combining with
-
sha256:,md5:, etc. for searching for files with a given hash
-
-
a or b/a | bcan be used to search for one of them (or both) instead of the default and behavior -
a and bcan be used to explicitly match both at once (default behavior) -
*can be used as wildcard (e.g.invoice*.pdfwould matchinvoice_2022.pdf) -
( ... )allows for grouping (e.g.(a or b) or (c and d))
All of these can be combined and used at once: *.pdf or type:directory -content:"Invoice 2022"
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo