[koha-commits] main Koha release repository branch master updated. v3.22.00-408-gcc878ae

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 07:13:51 CET 2016


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  cc878aee77d8ed24d14217009a504bdbcf4de2f7 (commit)
      from  07f950082cc0f652f200a674e7e603fcbf932b97 (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 cc878aee77d8ed24d14217009a504bdbcf4de2f7
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Thu Jun 4 17:27:10 2015 +0200

     Bug 14332: Skip articles in MARC21 using indicator n.2 of field 245
    
    Only in MARC21 is possible to use ind2 of tag 245 to skip articles.
    This patch is based on inserting a special template in
    koha-indexdefs-to-zebra.xsl With this patch you must not insert index
    Title:s in biblio-koha-indexdefs.xml, it is defined in
    koha-indexdefs-to-zebra.xsl.  It is not the best setup, but I find very
    difficult  to use  biblio-koha-indexdefs.xml.
    
    To test it in a english MARC21 setup:
    
    Insert same records with titles and correct values in ind2 of 245.
    If you have articles not in the skiping list of sort-string-utf.chr (The|the|a|A|an|An)
    you can see that the sort by articles use also articles.
    
    Insert the patch
    Rebuilt indexes from scratch
    
    Now all articles of titles are skipped
    
    TO TEST WITHOUT INDEXING:
    
    1. Go to etc/zebradb/marc_defs/marc21/biblios directory.
    
    2. Put the sample MARCXML file in this directory.
    
    3. Transform the file into Zebra indexes:
       xsltproc biblio-zebra-indexdefs.xsl record.xml
       Observe that the Title:s index contains:
       01 Business and Technologies
    
    4. Apply the patch.
    
    5. Repeat:
       xsltproc biblio-zebra-indexdefs.xsl record.xml
       Observe that the Title:s index contains:
       Business and Technologies
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    Verified working using yaz-client (as in
    http://wiki.koha-community.org/wiki/Understanding_Zebra_indexing#Examine_Zebra_index,
    though note that the `elem zebra::index` seems to be unneeded).
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../marc21/biblios/biblio-koha-indexdefs.xml          |    1 -
 .../marc21/biblios/biblio-zebra-indexdefs.xsl         |   17 ++++++++++++++++-
 etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl           |   13 +++++++++++++
 3 files changed, 29 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list