Shouldn´t the collections implement the Iterator interface? I wanted to get all filter-rules from the collection, but right now, there is no way to do this.
@discordier Milestone 2.0.0 or later?
IFilter instance by calling ICollection::addRules().@davidmaack could you elaborate on your usecase some more? What do you need the list of child filter rules for?
I was trying to implement a filter, which counts the remainig items correctly. For my first approach I needed the child filters one by one. The solution works, but isn´t very good, so if you´re planing some rework on the filters you may just close this ticket.