Autocomplete for ecommerce

hi, I am trying implement autosuggest for an ecomm website using elastic. I believe, alongwith returning product links(document matches), the autocomplete must also return most occuring phrases/shingles.

Example, if we have products - Silk Red Shoes, Silk Red Trousers, Cotton Red Shoes, etc. if i write "red", it should show "red", "red shoes", "red trousers".

How can we achieve that?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.