[Koha-bugs] [Bug 7417] Include alternate forms from authorities in bibliographic searches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 4 12:52:03 CEST 2012


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

--- Comment #42 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
(In reply to comment #41)
> Jared, this is a great and welcome initiative! Like Johnathan, I would
> have preferred another OO framework (Moose), but well... too early.

My thought is once we agree on Moo or Mouse, it'll be easy to rewrite this.

> In _processrecord, I can see you populate biblio record with see also
> forms, and you add 'z' as field first indicator, in order to
> distinguish, I suppose, authorized form and see also forms. Is it you
> own convention, or is it a norm?

I made up the ind1=z convention. Any letter would work, since the point is just
to make sure that particular tag is invalid in all MARC flavours, and letters
are not allowed in indicators by the ISO standard.

> Are you sure nothing must be modified in UNIMARC XSL? You've edited
> MARC21 XSL in order to avoid displaying see also forms for authors, for
> example: 
> 
> <xsl:for-each select="marc:datafield[(@tag=100 or @tag=700) and @ind1!='z']">
> 
> Doesn't it mean that for UNIMARC, see also author forms will be
> displayed alongside with authorized form?

I am not 100% sure that the UNIMARC XSLT does not need to be modified. However,
when I tested it, I didn't see the see-from headings. If they're showing up for
you, I'm happy to do a follow-up modifying the UNIMARC XSLT.

> And what about subjects? Are subjects see also forms displayed after
> authorized forms? It may be the case for 650 fields. Some libraries will
> want that, others won't.

Subjects are not displayed in the results, so this is a non-issue.

> Otherwise, do you have any plan/idea to add other forms than see also?
> rejected forms, broader terms, narrower terms?

It would be easy to do by adding additional filters. This patch, of course,
adds rejected forms rather than see also forms to the record. I am currently
working on a suggestion plugin for broader/narrower/related terms, the patch
for which I will attach to bug 8211.

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


More information about the Koha-bugs mailing list