https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36982
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|enhancement |normal Text to go in the| |This fixes the display of release notes| |the 'Collections' facet for | |search results in the staff | |interface and OPAC when | |using Elasticsearch and | |Open Search. Values for the | |facet are now sorted | |alphabetically using the | |CCODE authorized values' | |descriptions, instead of | |the authorized values' | |codes. --- Comment #3 from David Nind <[email protected]> --- Testing notes (using KTD): 1. I added a new authorized value for CCODE: . ORC with description 'Some other collection code' 2. Edit a record so that it uses this new collection code (I edited CGI programming with Perl (11)) 3. Search in the OPAC and staff interface so that it returns results that use include multiple collection codes (I searched for perl). 4. Before the patch, the Collections facet values are listed alphabetically using the CCODE authorized value instead of the description): Some other collection code Reference 5. After the patch, the Collections facet values are listed alphabetically using the CCODE description): Reference Some other collection code -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
