---- Reported by nengard@gmail.com 2008-10-31 04:15:00 ---- With XSL on, the GMD (245h) only displays in the search results if there is also a 245b. See: http://seu.kohalibrary.com/cgi-bin/koha/opac-search.pl?q=beach+boys (all should have a GMD) and http://opac-nce.dev.kohalibrary.com/cgi-bin/koha/opac-search.pl?q=nicole (click first result to see the GMD display) ---- Additional Comments From oleonard@myacpl.org 2008-11-26 06:13:45 ---- It does seem that there are a number of subfields that only display if b is present (Line 402): <xsl:if test="marc:subfield[@code='b']"> <xsl:text> : </xsl:text> <xsl:call-template name="chopPunctuation"> <xsl:with-param name="chopString"> <xsl:call-template name="specialSubfieldSelect"> <xsl:with-param name="axis">b</xsl:with-param> <xsl:with-param name="anyCodes">b</xsl:with-param> <xsl:with-param name="afterCodes">afghk</xsl:with-param> </xsl:call-template> </xsl:with-param> </xsl:call-template> </xsl:if> ...but understanding why or how to arrange for one without the other is beyond my expertise. Josh? ---- Additional Comments From oleonard@myacpl.org 2010-03-09 14:32:56 ---- Things seemed to have changed with this since the bug was first filed. Here's what I see: Detail page, OPAC, XSLT on: 245h and 245b show fine Detail page, OPAC, XSLT off: No 245h with our without 245b Results page, OPAC, XSLT on: 245h and 245b show fine Results page, OPAC, XSLT off: No 245h with our without 245b Detail page, Staff Client, XSLT on: 245h and 245b show fine Detail page, Staff Client, XSLT off: No 245h with our without 245b Results page, Staff Client, no XSLT: No 245h with our without 245b Summary: No XSLT, no GMD. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:55 UTC --- This bug was previously known as _bug_ 2749 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2749 Actual time not defined. Setting to 0.0 CC member bchurch@ptfs.com does not have an account here
Now that subtitle is being displayed using the "Keywords to MARC mapping" feature, it is possible to tie 245h to subtitle and display it that way. Is that an acceptable solution?
what if there is a 245b and a 245h? How would that work? Seems like we need to add a keyword for the GMD. I did test and this is still an issue.
I have added 245n 245b 245p and 245h to mapping for the keyword "subtitle." This works to get it displayed, although I'm not sure the ordering is technically correct. To me this is an acceptable solution because I don't care about the semantic difference between "subtitle" and "gmd" as long as they're both displaying. If we added ordering to that system it might be acceptable to catalogers as well.
This appears to be solved by Keyword to MARC Mappings. I'm going to mark this as Resolved, then. Please reopen if you disagree.