http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8653 Priority: P5 - low Change sponsored?: --- Bug ID: 8653 Assignee: gmcharlt@gmail.com Summary: With DOM indexing turned on subject authority links are not indexed Severity: enhancement Classification: Unclassified OS: All Reporter: colin.campbell@ptfs-europe.com Hardware: All Status: NEW Version: master Component: MARC Authority data support Product: Koha Description: upgrade saying yes to DOM. Rebuild zebra index Say you have a bib record for Progeamming Perl Author: Wall, Larry Subject: Perl Computer programming language - bothheadings are authorised (with correct $9s) in an authority search the author links to 1 biblio the subject to 0 All authorities show 0 biblios Cause: originally a whitespace error in etc/zebradb/marc_defs/marc21/biblios/record.abs entries like melm 650$9 Koha-Auth-Number have a number of spaces after Number It looks like etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml was generated from this programmatically and it has created entries like Koha-Auth-Number :w when that is processed by xsl to produce the zebra index defs this becomes Koha-Auth-Number :w zebra finds the definition doesnt match and skips the $9s Removed the spaces, regenerated the biblio-zebra-indexdefs; restarted zebra and rebuilt the index and authorities link to bibs again -- You are receiving this mail because: You are watching all bug changes.