http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6253 --- Comment #18 from Liz Rea <wizzyrea@gmail.com> 2011-09-22 14:53:31 UTC --- Created attachment 5540 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5540 [Signed Off] bug_6253: Unified member Search() Removed SearchMembers() and replaced with more generic Search() Amended Search() to try cardnumber first Replaced SearchMembers() calls with Search() Replaced SELECT with Search() where appropriate C4::SQLHelper: - added support for '' key for search filter. - when passing an array to filter, join with OR (rather than AND) - added support for key => [val1, val2] in filter - did not document - there was no input documentation to start with, and SQLHelper should be replaced with something better anyway Signed-off-by: Liz Rea <lrea@nekls.org> Tested the following: Extended attribute searching: works 3 part name searching: works 2 part name searching: works 1 part name searching: works Please, if I've missed anything, check this again. -- 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.