[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-61-g36988e2

Git repo owner gitmaster at git.koha-community.org
Mon May 19 16:54:28 CEST 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, 3.14.x has been updated
       via  36988e28d3d642241e21efc3beabf9fab4604af1 (commit)
       via  ff2930f843f247db889ded1c88995ed94adc6c24 (commit)
       via  8b3ccda27ec8df3244d81d22454f00a22e21fc58 (commit)
       via  b2b1d1522e5f235f391565911c24e9a6a6699049 (commit)
      from  54152268aea7fdeb0a48b8c1ced00dde61bb9c59 (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 36988e28d3d642241e21efc3beabf9fab4604af1
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>
    (cherry picked from commit aaff735269bc2df1df030727ee85a12e7a28db11)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ff2930f843f247db889ded1c88995ed94adc6c24
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>
    (cherry picked from commit f62e45dc92d0209e17c798a39f3425e9a2332586)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8b3ccda27ec8df3244d81d22454f00a22e21fc58
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>
    (cherry picked from commit b0f39cee0de80568d78903b1926fa6eeefb6f16e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit b2b1d1522e5f235f391565911c24e9a6a6699049
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>
    (cherry picked from commit 10e1cbeb1421a6351ac0df4d0c76a8ae79d4dd9d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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