14 Mar
2023
14 Mar
'23
12:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25870 --- Comment #30 from Tomás Cohen Arazi <tomascohen@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.