6 Sep
2019
6 Sep
'19
10:44 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16111 --- Comment #65 from Marcel de Rooy <m.de.rooy@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.