You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple OR values can be used to get a non-empty search result. When switching that same filter from OR to AND, it can result in an empty search result. The same selection would not have been possible if the filter was set to AND in the first place, since the additional values would've been removed. The UI does not show the selected values, so user is now unable to easily undo the change.
Screencast_20250211_023317.mp4
A possible solution would be to show the selected values, even when they would technically have 0 counts based on the current search. Then the user can try to deselect values until it leads to a non-empty search result.
Related: removing filters when they have no values and no values were selected: #176