https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35339 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Mmm looks like $countRSS is only used to add in template vars : https://git.koha-community.org/Koha-community/Koha/src/commit/1eb4e5c2875b07... 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.