[Koha-bugs] [Bug 30280] Koha does not currently support authority posts with common subject headings from different thesaurus

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 15 17:30:18 CET 2022


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

--- Comment #1 from Frank Hansen <frank.hansen at ub.lu.se> ---
Created attachment 131753
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131753&action=edit
Add a mapping for authority marc format field 040 to a new
Subject-heading-thesaurus-conventions field

Current status: NEW




To test this patch do the following:

1. Load some sample authority records
./bulkmarcimport.pl -v -a -file /var/tmp/authorities.mrc -insert -c=MARC21

2. Load a bibliographic record
./bulkmarcimport.pl -v -b -file /var/tmp/biblios.mrc -insert -c=MARC21

3. Search the ISBN 0704328623 and verify that the subject heading is not linked

4. Apply the patch

5. Reset the ElasticSearch mappings (Administration > Search Engine
Configuration (ElasticSearch))

6. Reindex ElasticSearch authorities index.
/home/vagrant/kohaclone/misc/search_tools/rebuild_elasticsearch.pl -a -d -v

7. Link bibliographic records to authority records
/home/vagrant/kohaclone/misc/link_bibs_to_authorities.pl -v -l

8. Repeat the Search in step 3 and verify that all the Feminism headings are
linked.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list