cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Faceted search filter Hybris

Former Member
0 Likes
443

Hi,I have a requirement whereby I have to implement a scenario whereby products are filtered on some scenario.I have configured this attribute as a facet.But I am stuck how should I proceed ahead now and what should be the flow from the component to the controller?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

If you want to use the attribute that you created as facet, you need to write a value provider for that attribute, so that it will be available for your use in JSP. Please refer to value provider documentation.

Former Member
0 Likes

,thanks a lot for your answer.I think that for a collection of string,the springELProvider should serve the purpose.How to proceed after for a click of that component?I have a component respective to a facet.