-
Single Term: Enter a single word to search for exact matches.
Example: file.txt
-
Quoted Phrases: Use double quotes to search for exact phrases.
Example: "name version"
-
Field Searches: Specify fields to narrow down your search.
Use field_name: followed by your search term.
Example: name:file.txt
-
Negation: Use a hyphen (-) before a field name to exclude results.
Example: -name:file.txt
-
Lookup Types: Use lookup types to perform specific searches.
=: Exact match
^: Starts with
$: Ends with
~: Contains
>: Greater than
<: Less than
Example: path^:dir1
-
Multiple queries are combined with the
AND operator.
Example: name:file.txt status:scanned