]> 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)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 1 Jul 2024 16:55:41 +0000 (18:55 +0200)
commit1894fc510138a7f291504c3988d1af0cbc855649
treea28ce9604880ff6186089ab7c46a9bf0e8ac5a1a
parentace488e50f67dfa0986c3dba3e9b85c911539ac1
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>
C4/Linker/Default.pm
t/db_dependent/Linker_Default.t