https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35339
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #2 from Fridolin Somers <[email protected]> --- Mmm looks like $countRSS is only used to add in template vars : https://git.koha-community.org/Koha-community/Koha/src/commit/1eb4e5c2875b0765d05bef24b7a66141d9d8d98b/opac/opac-search.pl#L464 my $count = C4::Context->preference('OPACnumSearchResults') || 20; my $countRSS = C4::Context->preference('numSearchRSSResults') || 50; my $results_per_page = $params->{'count'} || $count; $results_per_page will likely comme from OPACnumSearchResults -- 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/
