Filter the filter values when filtering from other filters #518
codemonkey800
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I love this. Its quite consistent with the filter logic, which does an AND across filters, so this would limit the user to only be able to select valid combinations given their prior selection(s) and prevent them from filtering down to "unavailable" Its also consistent with how many e-commerce sites support filtering |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This was an idea that originated from a question from Jun. When filtering on another filter, it should also do an internal filtering for the values of the other filters to reduce the amount of data we present to the user.
One edge case to consider is if the filters get to a state where some of the filters do not have values, so we would need design to indicate the filter is empty or not usable.
Beta Was this translation helpful? Give feedback.
All reactions