You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Christoph Neuroth (Updated) (JIRA)" <ji...@apache.org> on 2012/01/16 16:26:39 UTC

[jira] [Updated] (OFBIZ-4661) Autocomplete / Suggest does not work with umlauts

     [ 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.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira