https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #240 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Kyle M Hall from comment #239)
The only noteworthy difference is that with Elastic, the facets are now in alphabetical order. I do not think this is an issue.
You mean using Zebra on the master+ES branch? Looking at the commit msg of Bug 12478: Display facet terms ordered by number of occurrences For Zebra it's now done in C4::Search::getRecords, and there is no change to expect (still alphabetically). We should not expect any changes, the facets should already been sorted alphabetically.
If a library would like to customize the order of the facets, it can always be done via javascript.
Not sure it will be an easy one :) -- You are receiving this mail because: You are watching all bug changes.