-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
None
-
Affects Version/s: 2.2.10
-
Component/s: Search - Core
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 .
- has a regression in
-
CONFSERVER-14137 Livesearch limited to a given space breaks for spaces with lowercase keys.
-
- Closed
-
- relates to
-
CONFSERVER-7335 livesearch macro spaceKey parameter value is case sensitive
-
- Closed
-