-
Notifications
You must be signed in to change notification settings - Fork 340
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
How to allow "-" to be searchable? #1011
Comments
…of whitespace.
…of whitespace.
Should be fixed by PR #1022 |
Hi, any idea how I implement only the changes from #1022 without updating to the latest version? I tried defining the analyzers with new params in my own Thanks |
Hi @simonrl, Could you open a new issue with your question, all the while referencing this one ? Regards, |
Hi,
For example a product name "Anti-Phospho-TGFBR1 (S165) Polyclonal Antibody".
It doesn't appear in the search results when I search for "TGFBR1" but if I rename the product name by replacing "-" with space "Anti Phospho TGFBR1 (S165) Polyclonal Antibody", then it appears in the results.
However, I can't remove the "-" from all products because they make sense with the product name or SKU.
Is there any way to let elastic search ignore "-" while indexing and searching?
The text was updated successfully, but these errors were encountered: