Bug 38896 - Facets' content not ordered properly with accented characters (Zebra and ES)
Summary: Facets' content not ordered properly with accented characters (Zebra and ES)
Status: RESOLVED DUPLICATE of bug 36947
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-14 22:59 UTC by Janusz Kaczmarek
Modified: 2025-01-15 09:56 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***