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)
GitHub Issue:
https://github.com/Hotcak...erce-core/issues/312