[koha-commits] main Koha release repository branch new/bug_6786 created. v3.04.00-643-gcd1fbb7

Git repo owner gitmaster at git.koha-community.org
Fri Oct 7 03:09:02 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/bug_6786 has been created
        at  cd1fbb7510c8d931cf0658d62ff66bdfbb079ef1 (commit)

- Log -----------------------------------------------------------------
commit cd1fbb7510c8d931cf0658d62ff66bdfbb079ef1
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 25 13:12:38 2011 +0200

    6786: False detection of index names in Search; make index names case insensitive
    
    Fixing the regex to detect index names in ccl queries.  Changing loop
    structure: looping through the index candidates in the query is faster than
    testing every index name with a regex.  Making the index comparison case
    insensitive will benefit users misspelling the case of an index; Zebra does not
    care about it.  Test the change by searching on a word followed by a : or =
    character.  Previously, when that word contained an index name like an or nb,
    the search would crash.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Perltidied the new block to fix indentation
    
    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