@@ -, +, @@ 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -63,6 +63,12 @@ YAHOO.util.Event.onContentReady("header_search", function() { + + +