https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947
--- Comment #40 from Lari Strand <[email protected]> --- I like alternative 2, Do a locale-based sort for ES facet names" best as well. We actually implemented this in our production environment with my $coll = Unicode::Collate::Locale->new( locale => "fi_FI" ); and using it in the sorting phase, just to avoid making adjustments to our 9 production environments which run different consortiums' Koha installations in parallel, I was lazy :D. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
