➲ Operators Overview
Operators combine multiple criteria in a search query. There are three main operators: AND, NOT, OR—they are not case-sensitive.
➲ Using Operators in a Query
OPERATOR | 🔎 QUERY | ✅ RESULT |
|---|---|---|
AND |
| Finds files that contain both report and 2024 in the name or path. Examples:
✏️ If no operator is specified, AND is used by default. Example: |
NOT |
| Finds files that contain report but exclude anything with draft in the name or path. Examples:
|
OR |
| Finds files that contain report and either final or approved in the name or path. Examples:
✏️ Use parentheses to group OR conditions so they are processed correctly—think of it as building formulas in Excel where it requires you to group conditions to interpret your logic accurately. |
MIX'EM |
| Finds files that contain report and either final or approved, but excludes anything with 2022. Examples:
|
Comments
0 comments
Please sign in to leave a comment.