https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32509

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
  Text to go in the|                            |Adds a new option,
      release notes|                            |`--embed_see_also_from_head
                   |                            |ings`, to the
                   |                            |`misc/export_records.pl`
                   |                            |script.
                   |                            |
                   |                            |This will include any
                   |                            |authority record
                   |                            |see-also-from headings in
                   |                            |the export for any
                   |                            |bibliographic record 6xx
                   |                            |fields, where the authority
                   |                            |record has a 5xx.
                   |                            |
                   |                            |Example:
                   |                            |1. A bibliographic record
                   |                            |has a 650 - SUBJECT ADDED
                   |                            |ENTRY--TOPICAL TERM:
                   |                            |   . 650$a = Perl (Computer
                   |                            |program language)
                   |                            |   . 650$9 = 19
                   |                            |2. The authority record
                   |                            |(Perl (Computer program
                   |                            |language)) has a 550 - SEE
                   |                            |ALSO FROM TRACING--TOPICAL
                   |                            |TERM:
                   |                            |   . 550$a = Scripting
                   |                            |languages (Computer
                   |                            |science)
                   |                            |   . 550$w = g
                   |                            |3. With the
                   |                            |`--embed_see_also_from_head
                   |                            |ings` option added to
                   |                            |`misc/export_records.pl`
                   |                            |you get the authority
                   |                            |record's 550 information in
                   |                            |the export:
                   |                            |
                   |                            |```
                   |                            |<datafield tag="650"
                   |                            |ind1="z" ind2=" ">
                   |                            |    <subfield
                   |                            |code="a">Scripting
                   |                            |languages (Computer
                   |                            |science)</subfield>
                   |                            |    <subfield
                   |                            |code="w">g</subfield>
                   |                            |</datafield>
                   |                            |
                   |                            |```

--- Comment #13 from David Nind <[email protected]> ---
Testing notes (using KTD):

1. Programming Perl (biblionumber = 262) has a 650 (Perl (Computer program
language)) where the authority record (authid = 19) has a 550 (Scripting
languages (Computer science)).

2. Attempted a release note with an example.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to