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

Frontend Search does not work with terms containing special characters (ó, â) #312

Open
coretoco opened this issue Aug 24, 2020 · 0 comments

Comments

@coretoco
Copy link

coretoco commented Aug 24, 2020

Is your feature request related to a problem?

The current search function in the frontend does not return a result if the product name contains a special character (like â or ó) This is not the case in the backend search (Store Administration)
Example: Productname: "Château Biac 2012 AC Côtes de Bordeaux"
Frontend: Search for "Côtes" returns nothing (search for "Cotes" returns nothing)
ShopAdmin: Search for "Côtes" returns product (search for "Cotes" returns nothing)

Describe the solution you'd like

The Frontend Search should return a product if the product name is correctly entered.

Describe alternatives you've considered

The search could be a bit more relaxed globally. See also #141

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

No branches or pull requests

2 participants