https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17787 --- Comment #7 from Gérard Simon Voyer <simon.voyer@collecto.ca> --- Hi Jonathan! Is there anything I have to do to follow-up and possibly help you close the bug? I'm new and joining IRC today so I can start seasoning myself as a Koha dev. I realize that the 40+ Koha boxes we maintain and host at Collecto are using a codebase that is shifting towards an important an uncomfortable diff with the master branch. I worked around using $results_count = scalar @newresults; if ($hits > results_per_page) { $total = $results_count } else { $total = hits } But this seems to base itself off the fact that our users will not notice biased results counts if the results span over more than a page. I'd rather use official patches from veteran Koha devs! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.