[koha-commits] main Koha release repository branch, new/enh/bug_4340, created. v3.02.00-1112-gd29fd92

Git repo owner gitmaster at git.koha-community.org
Fri Apr 8 04:11:45 CEST 2011


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, new/enh/bug_4340 has been created
        at  d29fd92f66bba11ee903aaf38da737e711b9e9b1 (commit)

- Log -----------------------------------------------------------------
commit d29fd92f66bba11ee903aaf38da737e711b9e9b1
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Tue Apr 5 16:26:41 2011 +0200

    Bug 4340 - patron name search does not handle punctuated names
    
    This patch will enable C4::Members::SearchMember to handle searching for punctuated
    names (e.g. the "Jones" in "Smith-Jones" or the "Angelo" in "D'Angelo")
    
    It is possible to add a bunch of LIKE clauses, but that adds to the search time in
    a rather dramatic way.  REGEXP, by itself, is also a performance killer, but I found
    a suggestion of using a more-general LIKE ANDed with the specific REGEXP, and this
    gives excellent performance over other approaches.
    
    Signed-off-by: Guillaume Hatt <guillaume.hatt at enc.sorbonne.fr>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list