The first menu is which metadata you want to filter to check for.
The second menu is the comparator to use.
Enter the data in the text box you want to compare against.
If the data is invalid for the field, refreshing will not execute and the text field will have a red border around it.
Field | Contains | Starts With | Ends With | < | ≤ | = | ≥ | > |
---|---|---|---|---|---|---|---|---|
Is (not) Dir | X | X | X | X | X | X | X | X |
Name | ✓ | ✓ | ✓ | ✓ | X | ✓ | X | ✓ |
Path | ✓ | ✓ | ✓ | ✓ | X | ✓ | X | ✓ |
Date | X | X | X | ✓ | ✓ | ✓ | ✓ | ✓ |
Owner | X | X | X | ✓ | ✓ | ✓ | ✓ | ✓ |
Group | X | X | X | ✓ | ✓ | ✓ | ✓ | ✓ |
File ID | X | X | X | ✓ | ✓ | ✓ | ✓ | ✓ |
Parent ID | X | X | X | ✓ | ✓ | ✓ | ✓ | ✓ |
Sizes | X | X | X | ✓ | ✓ | ✓ | ✓ | ✓ |
Valence | X | X | X | ✓ | ✓ | ✓ | ✓ | ✓ |
Another menu contains ‘Stop’, ‘And’ and ‘Or’.
If set to Stop, the filter options after the menu are ignored.
Otherwise the filter expression will be evaluated logically.
Important : precedence for And and Or are the same. Unlike normal computational logic.
True And False Or True = True
True or False And True = True