https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947
Lari Strand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167110|0 |1 is obsolete| | --- Comment #2 from Lari Strand <[email protected]> --- Created attachment 167125 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167125&action=edit Bug 36947 - Diacritics and lower case letters not taken into account when facets are alphabetized When using facets with Elasticsearch, the facets are alphabetized with upper and lower case letters and diacritics being separated in the alphabetizing process. This patch fixes that problem. To test: 1) You will need records with diacritics as authors/keywords like "Šostakovitš, Dmitri". 2) Index Elasticsearch if needed, set syspref FacetOrder to "alphabetically" 3) Observe facets, notice author/keyword "Šostakovitš, Dmitri" ends up at the end of the facets instead adjacent to entries starting with letter S and lower case keywords being separated from upper case keywords 4) Apply patch. 5) Observe the facets' entries get alphabetized correctly. 6) Sign off. -- You are receiving this mail because: You are the assignee for the bug. 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/
