@@ -, +, @@ results - Search for something with results and check RSS link - Search for something with no results and check RSS link --- opac/opac-search.pl | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) --- a/opac/opac-search.pl +++ a/opac/opac-search.pl @@ -737,7 +737,13 @@ for (my $i=0;$i<@servers;$i++) { } # no hits else { - $template->param(searchdesc => 1,query_desc => $query_desc,limit_desc => $limit_desc); + $template->param( + searchdesc => 1, + query_desc => $query_desc, + limit_desc => $limit_desc, + query_cgi => $query_cgi, + limit_cgi => $limit_cgi + ); } } # end of the if local # asynchronously search the authority server --