[Koha-bugs] [Bug 6253] Unified Patron Search subroutine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 24 20:20:48 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6253

--- Comment #7 from Ian Walls <ian.walls at bywatersolutions.com> 2011-08-24 18:20:48 UTC ---
This patch makes use of SQLHelper as the driver for search.  The problem is
that when using SQLHelper, we have to choose between supporting limitation by
branchcode/categorycode OR extended attribute searching.  You can't have both,
not with the way SQLHelper is coded.

So, either SQLHelper needs to change, which will have repercussions in
Acquisitions (the only area it's really used right now aside from the patron
search subroutine), or we need to bypass it altogether when doing Patron
Search.  I'd recommend the latter.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list