Bug 29108

Summary: Add q parameters to items routes
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: REST APIAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact: Martin Renvoize <martin.renvoize>
Severity: enhancement    
Priority: P5 - low CC: kyle, martin.renvoize, nick
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29105
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
21.11.00
Bug Depends on: 29107    
Bug Blocks:    
Attachments: Bug 29108: Add q parameters to items routes
Bug 29108: Add q parameters to items routes

Description Tomás Cohen Arazi 2021-09-24 12:03:23 UTC

    
Comment 1 Tomás Cohen Arazi 2021-09-24 12:07:47 UTC
Created attachment 125237 [details] [review]
Bug 29108: Add q parameters to items routes

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 2 Martin Renvoize 2021-09-24 14:34:05 UTC
This is great to see.. but as discussed, with bug 29105 in mind we need to think about how we overload the existing API search method to allow for the item-level_itypes mapping in searches.
Comment 3 Tomás Cohen Arazi 2021-09-24 14:45:38 UTC
Well, this one stands on its own. We should move the discussion about the search override to bug 29105.
Comment 4 Martin Renvoize 2021-09-24 14:52:01 UTC
Created attachment 125254 [details] [review]
Bug 29108: Add q parameters to items routes

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 5 Martin Renvoize 2021-09-24 14:52:39 UTC
Fair.. signed off then.
Comment 6 Martin Renvoize 2021-09-30 10:26:28 UTC
This is another trivial really.. going straight for QA
Comment 7 Jonathan Druart 2021-10-28 15:45:09 UTC
Pushed to master for 21.11, thanks to everybody involved!