Table view filters -- do not recompute every time the checked filters change
Frequently I build up a list of filters like
Sometimes I then want to remove a filter and add a conflicting one, e.g.
To switch back and forth between the two mutually exclusive filters, I have to change the checkbox on one, wait for the query to run, then change the checkbox on the other and wait again.
I'd prefer being able to reset any/all of the checkboxes I want, and then hit the "Filter" button to run the query, without having the query instantly re-execute on every change to the selected filters.
As a note, this only happens when toggling the filters on and off with the checkboxes. Adding or removing a filter with the (-)/(+) buttons does not recompute until clicking "Filter"