Bug 6808

Summary: Allow patron search by email address
Product: Koha Reporter: Savitra Sirohi <savitra.sirohi>
Component: PatronsAssignee: Sagar.B.R <sagar.br>
Status: CLOSED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kohapatch, nengard
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Savitra Sirohi 2011-08-30 05:05:24 UTC
Allow patron search by home email address in addition to existing name and cardnumber fields.
Comment 1 Nicole C. Engard 2011-08-30 13:03:00 UTC
This is/was possible in the patron search as it stands - if it's not possible anymore then there is a bug to be reported (or found).
Comment 2 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.
Comment 3 Nicole C. Engard 2011-09-07 16:06:26 UTC

*** This bug has been marked as a duplicate of bug 5945 ***