| Summary: | Allow patron search by email address | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Savitra Sirohi <savitra.sirohi> |
| Component: | Patrons | Assignee: | 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 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | 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
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). 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.
|