Visibity condition issue for record filtering

Short summary: collection filter is only visible under certain conditions if those conditions change while the filter is set then you can’t remove the filter setting.

I have a filter field on a collection to show “Errors” on the records. The filter field is only visible when the collection contains errors. The error is an airtable formula field that returns either “Good” or “Error” based on certain conditions. It allows me to filter records with “Error” in my noloco collection for the purpose of correcting them. The problem is that when I correct all the errors the filter field disappears and I can’t remove the filter without removing the parameter from the URL.

Obviously, I can remove the visibility conditions as a short terms fix but the visibility conditions is a short term fix to clean up how searching and filtering gets overcrowded on noloco desktop.

The solution seems to be that if a filter is removed from visibility its conditions should be automatically removed. Or, stay visible as long as a filter is selected.

Just to summarize @onlymatt

  • You have a filter set on Field A
  • You have visibility rules setup on the filter for Field A
  • When that filter is hidden, any existing filter is still applied
  • You would expect that filter to no longer be applied

If what I’ve summarized is true, it does sound like a bug we should take a look at alright.

That’s exactly right