From 792f7c5f65b40e3eb4af1a2d6e71e86de1f8696d Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 15 Feb 2012 10:44:20 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 7544 - Add ability search borrowers only on email / phone This commit adds a new pulldown field to the patron quick search. This pulldown "Search Fields" can have any number of field combinations to search on. The combinations added in this commit are: Standard: Default, searches on original fields Email: Searches on email, emailpro, and B_email Borrower Number: Searches on borrowernumber Phone Number: Searches on phone, phonepro, B_phone, altcontactphone, and mobile Signed-off-by: Nicole C. Engard Tested by running searches on all the new fields, and the old fields with limits on branch and category. The seach on phone number could be a bit more inclusive, but it works with and without symbols so I give my sign off on this patch. Signed-off-by: Nicole C. Engard Second test finds that all phone fields and all email fields are now searchable, signing off on this updated patch. --- .../prog/en/includes/patron-search.inc | 11 ++++++++++- members/member.pl | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index 5376e87..a249fe6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -53,7 +53,16 @@ YAHOO.util.Event.onContentReady("header_search", function() { [-] [+] [% END %] - order by: + + + + +