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

--- Comment #5 from Esther Melander <[email protected]> ---
I ran some tests on a test site where LinkerOptions was disabled. LinkerModule
was set to first match. AutoLinkBiblios set to Do. I had these authorities:

Auth ID=50 110 $aChurch of Jesus Christ of Latter-Day Saints $d Presidents
Auth ID=51 110 $aChurch of Jesus Christ of Latter-Day Saints

Added a new authority to a record to match AuthID 51. Upon saving the record it
correctly linked to Authority 51. No other authorities in the record linked
incorrectly.

Repeated the above but enabled LinkerOptions with broader_headings and deleted
$9. Got these results:

110 $aChurch of Jesus Christ of Latter-Day Saints $9 51
610 $aChurch of Jesus Christ of Latter-Day Saints $vHymns $9 51

The 610 authority was not in the system. So possibly LinkerOptions is
interfering with LinkerModule, though it seems like LinkerOptions did what it
was supposed to do linking an authority because it did match the broader
heading.

Repeated the test again with LinkerOptions enabled on the same record and
deleted $9. I added the Presidents topical term to the record and added an
authority for the Hymns and got these results:

110 _ _ ‡aChurch of Jesus Christ of Latter-Day Saints‡9 51
610 _ 0 ‡aChurch of Jesus Christ of Latter-Day Saints‡vHymns‡9 52
610 _ _ ‡aChurch of Jesus Christ of Latter-Day Saints‡xPresidents‡9 51

Disabled LinkerOptions again, deleted $9 and got these results (which are
correct):

110 _ _ ‡aChurch of Jesus Christ of Latter-Day Saints‡9 51
610 _ 0 ‡aChurch of Jesus Christ of Latter-Day Saints‡vHymns‡9 52
610 _ _ ‡aChurch of Jesus Christ of Latter-Day Saints‡xPresidents‡9 50

The short answer is that LinkerOptions is linking in unexpected ways, and
possibly conflicting with LinkerModule.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to