Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.10 EE GA1, 6.2.X EE, 7.0.0 M5
-
6.2.x
-
Committed
-
12
-
3
Description
Non numerical web content ids are always uppercase, so search shouldn't be case sensitive.
Reproduction steps:
- Set
journal.article.force.autogenerate.id=false
in portal-ext.properties
- Create a web content with id "ASDF"
- Try to find it in web content admin by searching for "asdf"
Result: No web content was found that matched the keywords: asdf.
Expected result: Web content to be found.