Bugzilla – Attachment #167188: Bug 36947: [Alternate] Do a locale-based sort for ES facet names for
bug #36947
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 36947
Collapse All
|
Expand All
(-)
a/Koha/SearchEngine/Elasticsearch/Search.pm (-1 / +1 lines)
Lines 438-443 C<au>, C<su-to>, etc.
Link Here
438
=cut
438
=cut
439
439
440
sub _convert_facets {
440
sub _convert_facets {
441
use locale;
441
my ( $self, $es, $exp_facet ) = @_;
442
my ( $self, $es, $exp_facet ) = @_;
442
443
443
return if !$es;
444
return if !$es;
444
-
Return to
bug 36947