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

How to display list of categories and products for a full text search?

jpetvaldsky
Discoverer
0 Likes
307

Hi , I have a requirement to display list of store locations, list of categories and list of products combined in autoCompleteSearchSuggestions like the attached image as below .. Any help would be greatly appreciated and helpful.

Accepted Solutions (0)

Answers (1)

Answers (1)

sduvvuri
Explorer
0 Likes

Hi Jiri,

As far as I understood from the screenshot attached, in the auto complete search drop down you need the categories , stock availability etc. You can populate all the details which you may need using AutocompleteSuggestionPopulator.java into AutocompleteSuggestionData or your custom data object and modify the related jsp/tag file in order to achieve your requirement.

Hope it helps.

Thanks, .