Below are some possible filter examples for the "IFS" pane.
The possible field names are shown by using Select fields... menu from the General Functions -> IBM i Explorer -> IFS folder (or IBM i Explorer -> IFS folder if using IBM i Explorer)
Note: The filter must contain valid SQL syntax used in a where clause.

Examples:
PATH2 LIKE '%6671D6%'
DATA_SIZE > 1024
OBJECT_TYPE = '*DIR' 
OBJECT_TYPE = '*DIR' AND UPPER(PATH2) LIKE '%6671D6%' 
OBJECT_TYPE <> '*DIR' AND UPPER(PATH2) LIKE '%AAAAF%'
TEXT_DESCRIPTION LIKE '%test%'
