https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15187 --- Comment #11 from David Cook <dcook@prosentient.com.au> --- I suppose you could customize ./etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml so that the 880 fields mirror the potential linkages (like 245), but it would be very easy for them to fall out of sync. My method of using a more complex "match" attribute is easier to maintain, although it does still run into the problem of needing to add the 880 logic for each possible mapping, which is labour-intensive and error-prone. Jesse, your original idea has merit, but it won't work with how the Koha Zebra indexing XSLT has been designed. Although I wonder if I can think of something else clever... -- You are receiving this mail because: You are watching all bug changes.