Just trying to work out if it's possible at all: will filter option search custom fields?
It seems to match correctly both "Name" and "Comments" fields for example but the same search string is not found from Custom fields
syntax I used:
show access-rulebase offset 0 limit 100 name "Policy-Name Security" filter "mysearchstring" use-object-dictionary true details-level "standard"
The same search works correctly from SmartConsole for all three options (Name, Comments or Custom field)
Is this "by design" or my filter definition needs tweaking?