[Koha-bugs] [Bug 28480] GET /patrons missing q parameters on the spec

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 22 13:56:51 CEST 2021


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

--- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 122278
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122278&action=edit
Bug 28613: Add missing parameters to objects.search-based routes

The objects.search helper provides convenient ways to paginate and a 'q' filter
parameter to build complex queries on this Koha::Objects-based routes.

Some routes were created prior to this feature getting introduced. We need to
adjust the parameters for all existing objects.search-based routes.

This patch adds that.

The only GET (as in list) routes that would still be missing the
parameters are those about ILL, that are not objects.search based, and
probably need to be rewritten.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list