[Koha-bugs] [Bug 16111] RSS feed for OPAC search results has wrong content type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 6 11:44:08 CEST 2019


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

--- Comment #65 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
The rss template contains things like:
SEARCH_RESULT.query_cgi and SEARCH_RESULT.limit_cgi 
These are empty!
SEARCH_RESULTS comes from:
@newresults = searchResults( $search_context, $query_desc, $hits,
$results_per_page, $offset, $scan, $results_hashref->{$server}->{"RECORDS"});
This sub does not return keys for query_cgi and limit_cgi.
It does contain a result number:
$oldbiblio->{result_number} = $i + 1;

Will correct one obvious error. Remainder should be corrected elsewhere. It
results in quite a few useless links.

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


More information about the Koha-bugs mailing list