http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12833 --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 31263 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31263&action=edit Bug 12833: Patron search should search on extended attributes Before Bug 9811, the patron search searched on extended attributes. This patch restore this behavior. Test plan: 0/ Create a patron attribute PA 1/ Create a patron A (cardnumber CNA) with PA="foo" 2/ Create a patron B (cardnumber CNB) with PA="foo bar" 3/ Search for CNA should redirect on the patron detail page. 4/ Search for "foo" should display the search result with 2 results. -- You are receiving this mail because: You are watching all bug changes.