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

--- Comment #65 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to