Faststore facets considering not removing facets set to ne hidden
ID: 1029837
Backlog
Published on 5/8/2024
•
Last update on 5/8/2024
Summary
The expected behavior in IS facets API is to not bring facets with hidden true, but, there are some exceptions for that, for example when the facet is selected in the query, the API brings the facet in the results with the hidden prop as true, and we are not considering this information
Simulation
Filter for a query with the hidden facet, like for example:
In this case, productClusterNames is set as hidden but, since it's being filtered, it displays in the filter navigator
Workaround
N/A