livesearch macro with spaceKey parameter set fails for spaces with non-lowercase keys

XMLWordPrintable

      The getHTML method lowercases the space key, which causes the dosearchsite.action to not properly search the space.

      String spaceKey = macroParameter.get("spaceKey").toLowerCase();

      Removing the toLowerCase() fixes the problem, though it would be better to make the dosearchsite.action spaceKey parameter case insensitive.

      This defect appears to have been introduced by the fix for CONF-7335 .

              Assignee:
              Unassigned
              Reporter:
              Jean Marois
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: