[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 Mar 14 12:32:34 CET 2023


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

--- Comment #30 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
A few comments on the preliminary code:

* An empty query should return an empty resultset, not a 404
* Koha::SearchEngine::Search->extract_biblionumber should be used instead of
reinventing it
* Pagination information is missing on the headers. It should be extracted from
the query and added. Please look at $c->add_pagination_headers

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


More information about the Koha-bugs mailing list