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

--- Comment #7 from Ian Walls <ian.wa...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to