Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-4661

Autocomplete / Suggest does not work with umlauts

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        1. ofbiz-4661.patch
          0.5 kB
          Christoph Neuroth

        Activity

          People

            jleroux Jacques Le Roux
            c089 Christoph Neuroth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: