From 4ee4a33dff84676f9575f00a9444b2711c42e021 Mon Sep 17 00:00:00 2001 From: MJ Ray Date: Wed, 16 Jan 2013 20:13:57 +0000 Subject: [PATCH] Bug 9407: patrons search should match substrings If a patron lives at 4345 Library Rd, a search on Street Address for Library should find it. However, it does not, but a search for 4345 Library does. This patch adds a "Search Type" drop-down, defaulting to the current behaviour. To test: 1) Search for a patron based on a non-leading part of a field. 2) Should return no results. 3) Search again with "Search Type" of "Contains". 4) Should return the patron. --- .../prog/en/includes/patron-search.inc | 6 ++++++ members/member.pl | 8 +++++++- 2 files changed, 13 insertions(+), 1 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 7cea156..54cbb0f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -63,6 +63,12 @@ YAHOO.util.Event.onContentReady("header_search", function() { + + +