v3.11 Beta - Filter Rewrite
Pre-release
Pre-release
Massive overhaul of the filter parser.
- Filter fields are now separated into categories. Right click the filter field for a list, click to insert into the filter.
- New Filter Operators:
- CONTAINS: Carries out a contains operation between string elements.
- E.g. Request.Body CONTAINS "test"
- IN: Checks if the value is in a given array
- E.g. Request.Extension IN ["txt", "php", "aspx"]
- CONTAINS: Carries out a contains operation between string elements.
- Multiple bug fixes.