[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
Tue Oct 30 14:15:30 CET 2012


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

--- Comment #1 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
Created attachment 13115
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13115&action=edit
[PATCH] Bug 8984: index new fields in UNIMARC record.abs

This patch
- add 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
- add 1 new subfield to Publisher index : 071b (may contain the name of a music
publisher)
- add new (sub)fields to Author and  Identifier-standard index (for the $9) :
716, 72X, 730
- correct 207 and 208
- suppress 308a and 328a in Note (useless as complete fields are indexed in
same index)
- add subfields to Title index : 411t, 421-425t, 433-437t, 442-444t, 446-456t,
462-463t, 470-488t
- supress subfields from Pubdate index : 4XX$d (pubdate should be the date of
the document itself, not of related titles. Besides, 4XX$d is not used in
France)
- add (sub)fields to Subject and  Identifier-standard index (for the $9) : 608,
615, 616, 617, 620, 621
- add some classifications index : 670, 675, 686
- suppress some non unimarc fields (414-420 ; 603, 630-636)
- add some comments (to make easier further modifications)

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...


If it is correct, I'll make an other patch on the same bug for the 2 DOM
indexing configuration files.

Mathieu Saby

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


More information about the Koha-bugs mailing list