You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently match_fields can only check fields and whether their values are equal to some of the strings. It would be great to have more flexible way to match fields values by prefix, suffix, contains rules as well and combining them with logical operators.
There was a proposal of do_if field with more complicated rules than match_fields in this issue. And I suggest that it would be interesting to expand it to the tree of nodes, where each node is either logical operator or field operator:
Currently match_fields can only check fields and whether their values are equal to some of the strings. It would be great to have more flexible way to match fields values by prefix, suffix, contains rules as well and combining them with logical operators.
There was a proposal of
do_if
field with more complicated rules thanmatch_fields
in this issue. And I suggest that it would be interesting to expand it to the tree of nodes, where each node is either logical operator or field operator:The text was updated successfully, but these errors were encountered: