Autocomplete / Suggest does not work with umlauts
-------------------------------------------------
Key: OFBIZ-4661
URL: https://issues.apache.org/jira/browse/OFBIZ-4661
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Reporter: Christoph Neuroth
Attachments: ofbiz-4661.patch
Steps to Reproduce:
* Change the internal_name of a product to "Kochlöffel" (that's German for
cooking spoon. Just in case you ever need one while in a German-speaking
country and don't have a dictionary handy).
* Go to the catalog and use the product search box to the left to search for
"Koch", you should see the product as a suggestion
* Clear the input field and search for "löffel" instead -> the product is not
found.
The reason for this is that the special characters have to be url encoded for
the GET request, but are never decoded. Easiest way to fix this is just to use
a POST request instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira