Hi,
I have a facet (type = "string") and I want to sort it. The problem is that accented words are appearing at the end of the sequence. Example sorted sequence: "Santa Catarina", "Sergipe", "São Paulo". I would like to get in order: "Santa Catarina", "São Paulo", "Sergipe." I can not normalize input because I want to show users the text is not normalized. Is there easy way to setup this? If there is not easy way, how could I customize a comparable of String? Thanks, Thanks