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

Autosuggestion for product code and name in Hybris storefronts search for a keyword

Former Member
0 Likes
1,200

I have a requirement whereby if a customer searches for any code or product name,if the content is there in the code or name,the product should be displayed in auto suggestion.How do I go about implementing this in Hybris?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Hi

This is an OOTB feature. You can implement this with the help of Solr. Look into method getAutocompleteSuggestions in SearchPageController class and also look into the OOTB solr impex for electronics storefront.

Regards,

Yashwanth