Skip to content
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

Open
pervisio opened this issue Aug 25, 2017 · 5 comments
Open

Search by sku not working #117

pervisio opened this issue Aug 25, 2017 · 5 comments

Comments

@pervisio
Copy link

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?

@stefanskotte
Copy link

Works fine for me on ES 1.5.

@pervisio
Copy link
Author

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.

@stefanskotte
Copy link

Seems like a local problem then, I have no problems searching SKU's here

@pervisio
Copy link
Author

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!

@stefanskotte
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants