[Koha-bugs] [Bug 23887] Add support for client-specified sort order in Z3950Responder

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 9 13:47:59 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23887

Ere Maijala <ere.maijala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #117290|0                           |1
        is obsolete|                            |

--- Comment #11 from Ere Maijala <ere.maijala at 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.


More information about the Koha-bugs mailing list