[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1038-g49e014d

Git repo owner gitmaster at git.koha-community.org
Sat Sep 7 22:40:20 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  49e014d5b0f10d22d9cc5a4d3871bce34f298876 (commit)
      from  dd367efddf887e3197492f11996a36c0d6c5e4c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 49e014d5b0f10d22d9cc5a4d3871bce34f298876
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 6 13:10:19 2013 -0400

    Bug 10835: fix patron search for using "contains" search type
    
    The patron search type option "contains" works fine for multiple
    strings, but returns no results for a single string search. For example,
    the patron "Henry Acevedo" will be returned for a "contains" search
    "en ev" but not for just "en" or "ev".
    
    Test Plan:
    1) Create 2 patrons named "Test One" and "Test Two"
    2) Run a "contains" search for the term "est"
    3) Note no results were found
    4) Apply this patch
    5) Repeat step 2
    6) Note the patrons now display in the search results.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Also checked that 'starts with' still works as expected -
    searching for ev will only return "Eva Dillon" from the
    example patrons in this case.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 members/member.pl |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list