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

            Bug ID: 39503
           Summary: Linker should always respect thesaurus with
                    LinkerConsiderThesaurus on
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

With bug 30280 and subsequent patches we attempt to respect the thesaurus
indication when linking with LinkerConsiderThesaurus on. However, there are
still cases when we link wrong. 

Example:

biblio:

650 _1 $a Philosophy
[thesaurus: Library of Congress Children's and Young Adults' Subject Headings]

will be linked to an authority

008/11 = a  [Library of Congress Subject Headings]
150 __ $a Philosophy

if 

008/11 = b  [Library of Congress Children's and Young Adults' Subject Headings]
150 __ $a Philosophy

is missing in the system. This is obviously wrong--we should not link to a
authority record belonging to a different thesaurus.

-- 
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