[koha-commits] main Koha release repository branch new/bug_8620 created. v3.08.00-1929-ge56a0a0

Git repo owner gitmaster at git.koha-community.org
Thu Mar 7 15:16:04 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, new/bug_8620 has been created
        at  e56a0a0e62642c3e8ac741a675ea72313d6a1e0d (commit)

- Log -----------------------------------------------------------------
commit e56a0a0e62642c3e8ac741a675ea72313d6a1e0d
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Mar 4 16:10:34 2013 -0500

    Bug 8620: Any index in DOM mode sensitive to -x flag of rebuild_zebra.pl
    
    The definition of the Any index was sensitive to whether
    spaces were present between (say) subfield elements in the
    MARCXML representation of the bib being indexed.  When using
    the -x option to rebuild_zebra.pl, spaces would be present
    because of how MARC::File::XML emits MARCXML.
    
    When not using the -x option, spaces would not be present
    and the contents of a field would be run together, potentially
    as one big token.
    
    The visible behavior was that doing a keyword search by
    item barcode would sometimes not work.
    
    To test:
    0) Make sure Zebra is using DOM mode
    1) Create an item record.
    2) Reindex using rebuild_zebra.pl -b -z, *without* -x
    3) Do a keyword search by the barcode of the item just
       added; the search shouldn't work
    4) Apply patch.
    5) Update the following two files:
        etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl
        etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl
    6) Reindex
    7) Do a search that was previously failing.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes the problem for me - formerly not working callnumbers
    and barcodes are now found in keyword (any) searches.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (revised commit description to better explain why it fixes the problem)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Passes all my tests, happy to sign off
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit bacfa564267ca1f3f31e3c606f950961c78c5c52
Merge: 1f88190 4a84038
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Mar 7 09:17:53 2013 -0500

    Merge branch 'bug_9574' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list