[jira] [Updated] (OFBIZ-4661) Autocomplete / Suggest does not work with umlauts
Posted by
Nicolas Malin (Jira) on
Jan 16, 2012; 3:26pm
URL: http://ofbiz.116.s1.nabble.com/jira-Created-OFBIZ-4661-Autocomplete-Suggest-does-not-work-with-umlauts-tp4299834p4299835.html
[
https://issues.apache.org/jira/browse/OFBIZ-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christoph Neuroth updated OFBIZ-4661:
-------------------------------------
Attachment: ofbiz-4661.patch
> 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.jspaFor more information on JIRA, see:
http://www.atlassian.com/software/jira