[Koha-bugs] [Bug 8984] Zebra does not index some fields in UNIMARC biblio records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 8 10:22:51 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8984

mathieu saby <mathieu.saby at univ-rennes2.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13269|0                           |1
        is obsolete|                            |
  Attachment #13270|0                           |1
        is obsolete|                            |

--- Comment #6 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
Created attachment 13303
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13303&action=edit
[PATCH] Bug 8984: make Zebra more UNIMARC compliant

This new patch does not suppress the 4XX$d.

This patch makes the following changes to record.abs, biblio-koha-indexdefs.xml
and biblio-zebra-indexdefs.xsl :
- adding new (sub)fields to Identifier-standard index : 011f/g ; 012a ; 013a/z
; 014a/z ; 015a/z ; 016a/z ; 017a/z, 040a/z, 071z, 072z, 073z
- adding 1 new subfield to Publisher index : 071b (may contain the name of a
music publisher)
- adding new (sub)fields to Author and  Identifier-standard index (for the $9)
: 716, 72X, 730
- adding new (sub)fields to Note : 334$a (award note)
- correcting 207 and 208
- suppressing 308a and 328a in Note (useless as complete fields are indexed in
same index)
- adding (sub)fields to Title index : 411t, 421-425t, 433-437t, 442-444t,
446-456t, 462-463t, 470-488t, 560
- adding (sub)fields to Subject and  Identifier-standard index (for the $9) :
608, 615, 616, 617, 620, 621
- adding some classifications index : 670, 675, 686
- adding some comments (to make easier further modifications and to identify
non unimarc fields : 414-420, 603, 630-636)

To test :
- take a record and fill some of the missing fields (e.g 488t, 608, 720, 012a)
with some data as "field488", "field608" etc
- try to find the record => not possible
- apply the patch, copy the new record.abs in etc/zebradb/biblios/etc and
rebuild zebra
- try to find the record => should be ok
- check nothing else is broken...



Mathieu Saby
Rennes 2 University

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list