cancel
Showing results for 
Search instead for 
Did you mean: 

Solr search

Former Member
0 Kudos

Question related to Typeahead search. Do we have any mechanism to support typeahead search based on product attributes.

Ex: Code and descriptions are product attributes. Is there any way search values from product attributes and display type ahead.

I know we have Auto complete synonyms . But for that we need to configure synonyms first.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You can also do that in backoffice under: System > Facet Search > Indexed Types. In the area on the right choose the Type model and you can see the list of properties and a column for 'Auto-Complete' where you can edit its values.

Former Member
0 Kudos

Its just a configuration to be done!! while defining index fields keep auto complete as true and use OOTB method in SearchPageController related to typeahead i.e. autocomplete()

Former Member
0 Kudos

Hi Akhil,

Custom implementation is to be done for Typeahead search

Regards,