Skip to content

v3.11 Beta - Filter Rewrite

Pre-release
Pre-release
Compare
Choose a tag to compare
@CoreyD97 CoreyD97 released this 07 Aug 14:11

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"]
  • Multiple bug fixes.