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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/