[Koha-bugs] [Bug 12833] Patron search no longer searches extended attributes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 28 13:15:56 CEST 2014


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

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Patron attributes should be part of the default patron search. The way to fix
this is to remove the database queries from
C4::Utils::DataTables::Members::search and use a call to C4::Members::Search
instead.

(In reply to Jonathan Druart from comment #1)
> I don't know how to fix that.
> When should we search on the patron attributes?
> If the search is done on the birth date, I suppose we don't want.
> Should we add a "patron attributes" input in the search form?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list