Bug 38896

Summary: Facets' content not ordered properly with accented characters (Zebra and ES)
Product: Koha Reporter: Janusz Kaczmarek <januszop>
Component: SearchingAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Janusz Kaczmarek 2025-01-14 22:59:25 UTC
When setting FacetOrder to alphabetically, facets' content is not ordered properly when a term starts with an accented character (e.g. Études ... would be placed at the end and not under 'E'), both with Zebra and with Elasticsearch. 

`use locale` (in C4/Search.pm and be a solution Koha/SearchEngine/Elasticsearch/Search.pm) seems to solve the issue.
Comment 1 Janusz Kaczmarek 2025-01-15 09:56:44 UTC

*** This bug has been marked as a duplicate of bug 36947 ***