https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280
--- Comment #1 from Frank Hansen <[email protected]> --- 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. _______________________________________________ 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/
