[koha-commits] main Koha release repository branch master updated. v3.14.00-168-g2a4e193

Git repo owner gitmaster at git.koha-community.org
Sat Dec 21 01:16:45 CET 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  2a4e193c242372f488892591a72752dfd4ffb138 (commit)
      from  94690b264b6316da3da63b9544cf4a396bad0c43 (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 2a4e193c242372f488892591a72752dfd4ffb138
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 17 16:04:10 2013 -0500

    Bug 11410: ensure cataloging search finds results for searches with ampersands
    
    When QueryParser is off, the cataloging search is passing the incorrect
    variable to SimpleSearch.  I'm sure this is causing other issues, but
    the one I have identified is that any searches with an "&" in them
    return no results.  This patch corrects the bug.
    
    Test Plan:
    1) Catalog a new record titled "Cats & Dogs"
    2) Rebuild your zebra index so this record is indexed
    3) Browse to cataloguing/addbooks.pl
    4) Search for "Cats & Dogs"
    5) Notice you get no results
    6) Apply this patch
    7) Repeat the search
    8) Notice your result now shows up!
    
    Signed-off-by: Heather Braum <hbraum at nekls.org>
    Signed-off-by: Suzanne Fayle <sfayle at roseman.edu>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This works as described, passes all tests and QA script.
    Note: Because $query = $builtquery when the QueryParser is used,
    this problem is only visible when UseQueryParser is set to "Don't try".
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 cataloguing/addbooks.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list