http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #135 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> ---
(In reply to Jonathan Druart from comment #90)
Something else, there is a sort issue in the facets:
[Some entries] Zeitoun, Ariel, Ó Cadhain, Máirtín. Ślez, Ts..
Ó should be after O, not after Z.
Line 573 of opac/opac-search.pl does a sort with cmp, which isn't very unicode aware. I'm putting that in the not-my-problem bin as it's in upstream :)
Yes, and, IMO, there is a design issue here. We should not reuse the pl and tt files. How do you plan to add features that Zebra cannot provide? :) Not sure it will be maintainable to add conditions (if SE == 'ES') in the TT. For instance, for the facets, we would like to display them as ES retrieve them (order by most used), and add the number of occurrences.
In the last patch I suggest to display the facet terms in the same order as ES build them (i.e. most used first). -- You are receiving this mail because: You are watching all bug changes.