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

Free text search for Hybris order search in store front . SOLR?

Former Member
0 Kudos
1,429

I have a requirement of having free text search for order in order search in account page . What will be better way to do it SOLR indexing of historical order data ?

Requirement - if user search "Queen ", then if any of its order having queen text anywhere it would show it .

If solr then how i can index it ? I am bit confused here . Any other recommendations ?

thanks,

Atul kumar

Accepted Solutions (1)

Accepted Solutions (1)

ravi_avulapati
Explorer
0 Kudos

If solr is to be used, the approach is to create a separate index that indexes order data like order numbers, products, delivery mode, etc. Then you would hookup your account page to query solr for searching, you can even enable solr autosuggestions as a user-friendly feature. Follow the same approach as it is done for product indexing, it should give your some direction.

Answers (0)