18 Jun
2024
18 Jun
'24
7:04 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947 --- Comment #40 from Lari Strand <lmstrand@gmail.com> --- 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.