Further improvements to filtering in demo-store template #1539
andy-schneidr
started this conversation in
Ideas + Feature Requests
Replies: 1 comment 1 reply
-
Thank you for the suggestions. @mynameisadamf any thoughts on this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following is a list of improvements that could be made to the filtering implemented on the demo-store template. These would really improve the quality of the filtering experience a merchant gets 'out of the box'!
Prevent deadends when filtering (video) - there isn't anything to prevent selecting a combination of filters which will return null results
Implement a filter with visual representation (little images or colour swatches) as an example
In the filters drawer, have an indication for which filter values are currently selected. I believe we currently only get an underline on the most recently clicked filter value since it gets
focus
Show how many total results there are in the collection after applying the selected filters
Show an indication as to whether a filter is an OR filter or an AND filter.
Additionally, pull all of the AND'ed filter values to the top of the list on the client side (this grouping isn't automatically done by the API)
This one is subjective, but in the filters drawer, it may be nice if clicking filter values which are already active could turn them off like a toggle.
Beta Was this translation helpful? Give feedback.
All reactions