https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23887 Ere Maijala <ere.maijala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #117290|0 |1 is obsolete| | --- Comment #11 from Ere Maijala <ere.maijala@helsinki.fi> --- Created attachment 117967 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117967&action=edit Bug 23887: Add support for sorting in Z3950Responder. Also enables sorting by any field that supports sorting and no longer ignores invalid or unsupported sorts. Test plan: 1. Run tests: prove -v t/db_dependent/Koha/Z3950Responder/ 2. Start responder: misc/z3950responder.pl 3. Use browser to search: http://localhost:2100/biblios?version=1.2&operation=searchRetrieve&query=misth%20sortby%20title/ascending&maximumRecords=10&recordSchema=marcxml 4. Compare with: http://localhost:2100/biblios?version=1.2&operation=searchRetrieve&query=misth%20sortby%20title/descending&maximumRecords=10&recordSchema=marcxml -- You are receiving this mail because: You are watching all bug changes.