[Koha-bugs] [Bug 21450] New: link_bibs_to_authorities.pl is caching searches without the auth type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 28 16:58:09 CEST 2018


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

            Bug ID: 21450
           Summary: link_bibs_to_authorities.pl is caching searches
                    without the auth type
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

It seems that the script stores the results of a search term using only the
search term - not the authority type, this can be problematic

Image A record containing both a subject and topic term:
650 _0 $aShort stories
655 __ $aShort stories

And there being an authority record for each:
Short stories AUTH_TYPE SU_TOPIC #1708
Short stories AUTH_TYPE GENRE #1709

The linker for the first stores:
$cache->{Short stories} = 1708
and the genre link then reuses this search

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


More information about the Koha-bugs mailing list