http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9811
--- Comment #136 from Dobrica Pavlinusic <[email protected]> --- It seems that this patch changes behavior when we search for first name last name combination. In old code, we where able to enter full patron name and get just that patron, while with this change we get all patrons which have same first OR last name. This is quite annoying because for common names we get 300+ results instead of just one. It seems that we should use AND operator for all "standard" fields in C4::Utils::DataTables::Members, but I might be wrong. Comments how to address this are very welcomed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
