https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31756 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 141759 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=141759&action=edit Bug 31756: Use native Zebra numeric sort for biblionumber This patch uses native Zebra numeric sort for biblionumber to provide ascending and descending biblionumber sort in Koha. To test: 1. Apply patches 2. koha-plack --restart kohadev 3. Browse to: http://localhost:8081/cgi-bin/koha/catalogue/search.pl? idx=kw&q=a&sort_by=biblionumber_dsc&count=20 4. Confirm records sorted correctly 5. Browse to http://localhost:8081/cgi-bin/koha/catalogue/search.pl? idx=kw&q=a&sort_by=biblionumber_asc&count=20 6. Confirm records sorted correctly -- You are receiving this mail because: You are watching all bug changes.