Matrix Version: 5.4.2.1
Data source has a field using 0/1 values, I’ve set up a record filter on this field mapped to a GET parameter. Filter is Exact match.
When I access my listing page with ?flag=1, the correct subset is returned.
When I access it with ?flag=0, the entire set is returned.
I have other fields with filters set up in the same way and they work, but they use values greater than 0.
Is there any workaround that doesn’t involve changing the data set?