[Koha-bugs] [Bug 25870] Add a q_ccl query parameter to /biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 26 11:38:04 CEST 2022


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

--- Comment #4 from Paul Derscheid <paul.derscheid at lmscloud.de> ---
Created attachment 138123
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138123&action=edit
Bug 25870 - Add a q_ccl query parameter to /biblios

This patch adds new functionality to the existing /public/biblios route.
Instead of specifying a biblio by a biblionumber as a path parameter, you can
use the new q_ccl query parameter to run a query on the endpoint.

To test:
1) Apply the patch
2) Pick an endpoint tester of your choice, e.g. Insomnia or the ThunderClient
if you use VSCode or derivatives.
3) Run a query while using Zebra.
4) Observe the marc-in-json response and check for validity.
5) Run a query while using Elasticsearch.
6) Again, observe the marc-in-json response and check for validity.
7) I'd love to say: 'Sign-Off' but the unit tests need work and I need help
with that, so.. an attachment or guidance would be great.

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


More information about the Koha-bugs mailing list