[koha-commits] main Koha release repository branch master updated. v3.14.00-454-gaaff735

Git repo owner gitmaster at git.koha-community.org
Wed Feb 19 21:27:29 CET 2014


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  aaff735269bc2df1df030727ee85a12e7a28db11 (commit)
       via  f62e45dc92d0209e17c798a39f3425e9a2332586 (commit)
       via  b0f39cee0de80568d78903b1926fa6eeefb6f16e (commit)
       via  10e1cbeb1421a6351ac0df4d0c76a8ae79d4dd9d (commit)
      from  7efc10542be6d836c52cf598174e28f84a9d6470 (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 aaff735269bc2df1df030727ee85a12e7a28db11
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Feb 19 20:35:08 2014 +0000

    Bug 10544: (follow-up) update MARC21 DOM index definitions
    
    This patch updates the MARC21 DOM index definitions to
    index the 952$i as 'Number-local-acquisition' rather than
    'stocknumber'.
    
    To test (for a MARC21/DOM setup):
    
    [1] Copy the MARC21 biblio-zebra-indexdefs.xsl over to the
        active Zebra configuration directory.
    [2] Reindex the bib records.
    [3] Verify that 'stocknumber', 'inv', and 'number-local-acquisition'
        searches work.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit f62e45dc92d0209e17c798a39f3425e9a2332586
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jul 24 12:39:59 2013 +0200

    Bug 10544 - add Number-local-acquisition in QueryParser config
    
    This patch adds the Number-local-acquisition into QueryParser
    configuration file.
    Like in ccl.properties, "Number-local-acquisition" is the main index
    name and "stocknumber" and "inv" are aliases.
    
    Test plan :
    Enable QueryParser :
    - Enable UseQueryParser syspref
    - Edit your koha-conf.xml
    - Add to "config" node : <queryparser_config>[your path]/etc/searchengine/queryparser.yaml</queryparser_config>,
      adapt [your patch] to your install configuration folder
    - If needed copy from sources "etc/searchengine/queryparser.yaml" into
      your install configuration folder
    Test search :
    - Add Number-local-acquisition on an existing subfield in records.abs.
      For example on item barcode field
    - Reindex Zebra database
    - Choose a value of this field that will match some results. For
      example : "0*" will match all barcodes beginning with zero
    - In intranet, enter this URL : <your server>/cgi-bin/koha/catalogue/search.pl?idx=stocknumber&q=0*&sort_by=relevance
    => You get some results
    - In intranet, enter this URL : <your server>/cgi-bin/koha/catalogue/search.pl?idx=inv&q=0*&sort_by=relevance
    => You get the same results
    - In intranet, enter this URL : <your server>/cgi-bin/koha/catalogue/search.pl?idx=number-local-acquisition&q=0*&sort_by=relevance
    => You get the same results
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Comments on case sensitivity of index names in QueryParser, see Bugzilla.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b0f39cee0de80568d78903b1926fa6eeefb6f16e
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jul 24 12:37:00 2013 +0200

    Bug 10544: add Number-local-acquisition in known indexes
    
    Adding Number-local-acquisition in C4::Search known indexes allows to
    search without using "ccl=" prefix.
    
    Also corrects in ccl.properties : inv must be an alias of
    Number-local-acquisition.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 10e1cbeb1421a6351ac0df4d0c76a8ae79d4dd9d
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jul 5 16:35:45 2013 +0200

    Bug 10544: ensure that stocknumber searches work for MARC21
    
    Bug 6256 replaced in bib1.att stocknumber by Number-local-acquisition
    for number 1062.
    
    In this case, Number-local-acquisition must be used in record.abs and
    stocknumber can be an alias of it in ccl.properties.
    
    Test plan (for MARC21/GRS1):
    - drop zebra database (rebuild_zebra.pl -r ...)
    - reindex
    - test in simple search : ccl=Number-local-acquisition,alwaysmatches=''
    => you get all records with a stocknumber
    - test in simple search : ccl=stocknumber,alwaysmatches=''
    => you get the same results
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Search.pm                                                    |    1 +
 etc/searchengine/queryparser.yaml                               |    7 ++++---
 etc/zebradb/ccl.properties                                      |    5 +++--
 etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml  |    4 ++--
 etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl |    2 +-
 etc/zebradb/marc_defs/marc21/biblios/record.abs                 |    2 +-
 6 files changed, 12 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list