https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |januszop@gmail.com Resolution|FIXED |--- --- Comment #5 from Janusz Kaczmarek <januszop@gmail.com> --- Did you check the impact of the patch on zebra searches? It seems that removing the line: my $offset = ( $startfrom - 1 ) * $resultsperpage + 1; leads to improper behavior of Koha when switching to subsequent pages of result set when zebra is used as a search engine: instead of jumping forward every 20 (or whatsoever) entries it moves forward by one entry only. -- You are receiving this mail because: You are watching all bug changes.