[Koha-bugs] [Bug 17787] Hidden items included in count of search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 7 14:53:35 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17787

--- Comment #7 from GĂ©rard Simon Voyer <simon.voyer at 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.


More information about the Koha-bugs mailing list