Bug 21450: Cache authorities search using term and auth_type
authorNick Clemens <nick@bywatersolutions.com>
Fri, 28 Sep 2018 14:58:20 +0000 (14:58 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 30 May 2019 10:13:38 +0000 (10:13 +0000)
commit848a0d41fffba7df1be9f2584770112f0938beb0
tree1f097e9e843f6bc859b8f19ee5867b9545ff83c3
parent366ef794969c3bc67c70ea7c9d85cb04944f4f05
Bug 21450: Cache authorities search using term and auth_type

This is a simple fix to prevent incorrect caching of results when using
link_bibs_to_authorities

To test:
1 - Find or create a record with the same term in a subject and genre
heading
2 - Find or create authority records for the term as a subject and genre
type
3 - Run link bibs to authorities
4 - Verify both tags in the record are linked to the subject heading
5 - Aply patch
6 - Unlink the record and re-run the script (or just re-run)
7 - Each tag should be linked to correct authority

Signed-off-by: Frank Hansen <frank.hansen@ub.lu.se>

Signed-off-by: Liz Rea <wizzyrea@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Linker/Default.pm