Not sure if this is a bug or a feature, but removing the last applied filter from the list UI causes the "Reset Filters" button to disappear. For eg, let's say I apply a simple filter: Now if I remove ...
I've run into this issues with the SQLAlchemy custom search filter on a UNION'd query results. Here is the test code to fully replicate the problem. Set it up with the same requirements as in sqla ...