-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search by sku not working #117
Comments
Works fine for me on ES 1.5. |
Downgraded to 1.5.2. Stil not working. I can see SKU is stored in the index but when searcing there are no results returned. |
Seems like a local problem then, I have no problems searching SKU's here |
OK, we were able to get this working by setting search weight to 10 and Use language analysis to No for attribute SKU. It was probably the language analysis fault we were getting no results. Thanks! |
Just a quick finding - If you need exact matches, make sure you set fuzziness value to 0 and not 0.75. During my tests, I didn't see it affect other types of searches (that I want similar results to). |
Search by sku is not working at all. Works well if searching by name, category or any other custom attribute.
Using ES 1.7 and Magento 1.9
Sku set as searchable, everything reindex.
What could be the problem?
The text was updated successfully, but these errors were encountered: