https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17048 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 54639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54639&action=edit Bug 17048: Fix pagination offset for authority searches At the intranet, the pagination has been broken by bug 12478 (Elastic Search). There was a confusion between the offset and the page number. At the OPAC, it is broken since bug 2735 which has mimicked the intranet script. Test plan: Search for a term which will return more than 1 page of results. Click on the second page => Without this patch, the first result of the second page is the second result of the first page => With this patch applied, the offset will be corrected -- You are receiving this mail because: You are watching all bug changes.