I believe I have found a bug in the filter function for a collection list or I am fundamentally understanding something wrong in the application of the filter here. If one of the OR conditions is not applicable, it renders the initial condition (or condition group) as not applicable.
I want to make it so that my list starts as ‘nothing’ or fully filtered out. If I enable conditions, then the items will display in the list.
I start with a condition that I know will never be true.
When I add an OR condition it works.
However, when that condition is turned off, either manually or through binding, the collection list turns off ALL filters, not just that individual condition group.