Filtering within facets
I am working on a faceted filter placed vertically on the lefthand side. To accelerate searching for specific parameters within the facets, i implemented a search bar which hides all non-matching parameters within the facets.
I tested this on a small scale, and the results where bad:
- Users couldn't see new facets appearing if they selected a product group while a filter was active,
- Users complained that hiding all non-matching parameters interrupted their workflow, that they would like to have access to everything all the time.
To solve this, I wanted to make the search-bar highlight all matching results and have them float to the top.
this however is not ok with our style guide team, since no other filter bar in any of our apps behaves this way.
Is there a way around this? I am all right with ignoring the second finding, since my sample size was so small, but the first one is a really big problem. I also know that the whole concept of filtering within the facets is not something the users expected, so i might remove it entirely, but with the amount of parameters we have, this could be problematic.