[Koha-bugs] [Bug 13163] Duplicate records in Zebra after editing NORMARC records with DOM

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 29 19:45:22 CET 2014


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

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 32937
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32937&action=edit
Bug 13163: NORMARC DOM config missing <id> entry

This patch fixes the biblio-koha-indexdefs.xml for NORMARC, so
it includes the <id> element.

Because of how our DOM files work, the resulting biblio-zebra-indexdefs.xsl
for NORMARC picked the whole MARC record as ID, so every time the record
was edited, the id wouldn't match and a new record was created.

To test:
- Have a MARCXML record
- run:
  $ xsltproc etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl
the_record | less
=> FAIL: verify the z:id property on the <z:record> line contains all subfields
concatenated
- Apply the patch
- re-run the xsltproc line
=> SUCCESS: z:id contains the 999$c number
- Sign off :-D

Regards

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


More information about the Koha-bugs mailing list