Description
The order of the result set of a facetnavigation node is based on case sensitive strings. So when a facet is defined on property mynamespace:companyName, company 'AZ...' comes before company 'Ab...', because the Z comes before b in standard Java.
Can this be made case insenstive (optionally)?
See http://lists.onehippo.com/pipermail/hippo-hst-dev/2011-March/003205.html
A related isue is REPO-106