on 2019 Oct 28 2:09 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.