[Koha-bugs] [Bug 20533] Call Number Search plugin functionality

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 11 18:59:07 CEST 2018


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
So, if I understand this correct, the changes needed would be:
A) Dedupe the list of callnumbers
B) Allow paging

A) Should be easy with a group by itemcallnumber in the queries
B) Should also be fairly easy using LIMIT

-- 
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