[
https://issues.apache.org/jira/browse/OFBIZ-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187012#comment-13187012
]
Christoph Neuroth commented on OFBIZ-4661:
------------------------------------------
Sorry about the patch format. We use hg-svn to clone the ofbiz trunk into our
mercurial repo. I usually create patches from a clean svn checkout, but this
time I forgot.
> 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
> Assignee: Jacques Le Roux
> Fix For: Release Branch 11.04, SVN trunk
>
> 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