improved

More comparison operators in filters

Small update - With the Castle event filters you're able to use standard operators like equals, not equals and for numeric values you've been able to use greater than and less than. For convenience, we've now added two new filter options for numeric values:

  • Greater than or equal to >=
  • Less than or equal to <=

This is especially useful for when the input value contains decimals and to make it easier to hit the threshold you have in mind.