http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6253
--- Comment #5 from Liz Rea <[email protected]> 2011-08-16 14:35:23 UTC --- Created attachment 5031 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5031 bug_6253: Removed C4::Members::SearchMembers() in favour of Search(). Amended Search() so it does support some fetures available in SearchMembers(). C4::SQLHelper::SearchInTable() - some fiddling with search type (convert "start_with" to "contain") to sup Tested with defined patron name "Henry James Acevedo III", these variants all work: Henry James Acevedo, Henry Acevedo, Henry Acevedo III, Henry James. Signed-off-by: Liz Rea <[email protected]> -- 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 [email protected] 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/
