Just last week (i think) we were talking about the email address for patron's being searchable. I tested it and documented it and today it is no longer searchable. Can we put that functionality back in?
Had anyone had a chance to look at this - now we're pretty far away from this being functional so I don't know how easy it is to find. But when I reported this it had worked just a week or two before. Nicole
*** Bug 6808 has been marked as a duplicate of this bug. ***
from another bug report: Amit Gupta 2011-09-02 08:35:07 UTC Nicole, but the existing code is comment. #($results)=Search(\@searchpatron,{surname=>1,firstname=>1},[$from,$to],undef,["firstname","surname","email","othernames"] ) if (@searchpatron); So it is not possible to search by patron email id.
I will write the fix for this once bug 6253 is committed, as it will change the underlying landscape for this. Should be a one-liner to add 'email' as a valid search field.
Created attachment 6195 [details] [review] Proposed Patch Re-adds 'email' as a valid search field in members/member.pl
Created attachment 6223 [details] [review] signed off patch Works as expected
Assigning to Marcel for QA.
Small patch; passing QA.
Has been pushed: commit c3abbedebedd34948b664a4d2a6b34dc4863802d !