]> git.koha-community.org Git - koha.git/commit
Bug 35125: Respect LinkerConsiderThesaurus in get_link
authorNick Clemens <nick@bywatersolutions.com>
Mon, 24 Jun 2024 19:53:42 +0000 (19:53 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 25 Oct 2024 21:35:48 +0000 (21:35 +0000)
commit88d9ea0ea8a28dc2907e5dd6976d49011d9cedd5
treef597de516334704f5f9b6f2dd2ebe6e62545ce7b
parentf66e0c6a82cc49fa980066dbe84a14d5d75143b5
Bug 35125: Respect LinkerConsiderThesaurus in get_link

This patch adds a new key 'notconsidered' to the authority cache when
linking to avoid doubling when creating new authorities and wishing
to ignore thesaurus

To test:
0 - Set LinkerConsiderThesaurus to "don't"
1 - Set AutCreateAuthorities to generate
2 - Set AutLinkBiblios to Do
3 - Set CataloguingModuleRelink to Do
4 - Save a new record in Koha with the same randomized heading repeated
    but from 3 different authority sources
    ensure source is defined by indicators only and by field $2 once
    ensure the heading is random so that no matches will be found
5 - Confirm each authority is linked to a new unique authority
6 - Apply patch, restart all
7 - Repeat 4 with a new subject heading
8 - Confirm all headings are linked to the same authority

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 1894fc510138a7f291504c3988d1af0cbc855649)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Linker/Default.pm
t/db_dependent/Linker_Default.t