Skip to content

rule: implement Any and All for list comparisons

Peter Hutterer requested to merge whot/hookiedookie:wip/rule-work into main

A few general things but the main changes here are:

  • Contains is now Substring (and uses needle instead of value for the search string)
  • Equals and Substrings have an optional key (so we can search list elements)
  • Any and All work on lists

Merge request reports

Loading