[Koha-bugs] [Bug 8252] Error in DOM biblio for UNIMARC (no range for fields 1xx)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 1 14:56:55 CET 2013


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

--- Comment #2 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
Created attachment 15007
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15007&action=edit
[PATCH 1/2] Bug 8252: Correct UNIMARC 1xx fields in DOM biblio and GRS-1

In DOM indexing, positions of biblio are not taken into account.
Additionnaly some indexes are not working even in GRS1, and there are a lot of
warns when rebuiding zebra.
This patch correct all 1xx indexes in GRS1 and DOM, and suppress the warns.
It also creates new indexes : Country-heading for 101, Code-langage-original
for 102$c, Material-type for 200$b.
106$a (used for printed docs only) is no more indexed in itype but in ff8-23
instead.
For the moment I keep 200$b indexed in itype and itemtype but if no library use
this field that way.

To test :
Apply on a Koha using GRS1.
Check if all coded fields are searchable in advanced search.
Check in simple search if Material-type, Country heading and
Code-langage-original are searchable (ex :"Material-type:texte" ;
"Country-heading:FR" ; "Code-langage-original:eng")
Apply on a Koha using DOM.
Check if all coded fields are searchable in advanced search.
Check in simple search if Material-type, Country heading and
Code-langage-original are searchable (ex :"Material-type:texte" ;
"Country-heading:FR" ; "Code-langage-original:eng")


M. Saby
Rennes 2 University

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


More information about the Koha-bugs mailing list