[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
Fri Aug 19 11:51:11 CEST 2022


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

Paul Derscheid <paul.derscheid at lmscloud.de> changed:

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

--- Comment #23 from Paul Derscheid <paul.derscheid at lmscloud.de> ---
Created attachment 139469
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139469&action=edit
Bug 25870 - (follow-up) Removed Data::Dumper + call

I refactored the controller code but unfortunately still haven't figured out
why Koha::Biblios->search doesn't work properly. For the time being I still use
Koha::Biblios->find. That aside I think it has become much cleaner now.

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) Not ready for sign-off but please leave a comment or help me on the
Koha::Biblios->search thing.

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


More information about the Koha-bugs mailing list