antares icon indicating copy to clipboard operation
antares copied to clipboard

Table view filters -- do not recompute every time the checked filters change

Open bart-schaefer opened this issue 10 months ago • 1 comments

Frequently I build up a list of filters like

Image

Sometimes I then want to remove a filter and add a conflicting one, e.g.

Image

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.

bart-schaefer avatar Feb 23 '25 20:02 bart-schaefer

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"

bart-schaefer avatar Feb 23 '25 21:02 bart-schaefer