Bug 9407: patrons search should match substrings
authorMJ Ray <mjr@phonecoop.coop>
Wed, 16 Jan 2013 20:13:57 +0000 (20:13 +0000)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 22 Jan 2013 23:56:23 +0000 (18:56 -0500)
commit99e1fa291a9b465df7f6139e3fc077ae89674d2c
treeaf1420d472196573ba01d22eab1ced2a4d1e777c
parent830f36607c9aed5a44ef2f92ffc53980376813fa
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.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
members/member.pl