Search Terms
Wildcards
Macros
Character Entities
Filename Parts
Examples
Operators
space
AND two search terms together.
For example:
abc 123 searches for: abc AND 123|
OR two search terms together.
For example:
abc|123 searches for: abc OR 123!
NOT a search term.
For example:
!abc searches for: NOT abc< >
Group search terms together.
For example:
!<ABC 123> searches for: NOT ( abc AND 123)" "
Escape operator characters.
For example:
"ABC 123" searches for the literal text: ABC 123Search Terms
The search is broken into search terms using search operators.
Search terms can be literal text or Search Functions.
For example:
ABCABCdate-modified:todaySearch terms can be prefixed with Search Modifiers to change the search behavior.
For example:
case:ABCABCWildcards
*
**
?
Matches zero or more characters (except \).
**
Matches zero or more characters.
?
Matches one character (except \).
The whole filename is matched when using a wildcard.
Examples:
*.mp3foo*stem:*barMacros
audio:
zip:
doc:
exe:
image:
video:
Search for audio files.
zip:
Search for compressed files.
doc:
Search for document files.
exe:
Search for executable files.
image:
Search for image files.
video:
Search for video files.
Examples:
audio:audio:|video:Character Entities
&sp:
&vert:
&excl:
<:
>:
":
&#<n>:
&#x<n>:
Literal space ( )
&vert:
Literal vertical line (|)
&excl:
Literal exclamation mark (!)
<:
Literal less than (<)
>:
Literal greater than (>)
":
Literal double quote (")
&#<n>:
Literal unicode character <n> in decimal.
&#x<n>:
Literal unicode character <n> in hexadecimal.
Filename parts
| Full Path | C:\folder\file.txt |
| Name | file.txt |
| Path | C:\folder |
| Stem | file |
| Extension | txt |
Examples
C:\Program&sp:FilesSearch in .
Same as searching for.
Using a space would break the search into AND .
C:\Program filesSame as searching for
"C:\Program Files"Using a space would break the search into
C:\Programfiles&excl:readme.txt
Search files and folders with a filename matching !readme.txt
Same as searching for
Using ! would mean NOT.
Same as searching for
"!readme.txt"Using ! would mean NOT.
content:":foo":Search for files that contain .
Quotes are included in the search.
"foo"Quotes are included in the search.
diacritics:­:Search for files and folders that contain a Soft hyphen (-) in the filename.
Character Entities
Search Modifiers
Search Functions