https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280
Frank Hansen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #131766|0 |1 is obsolete| | Attachment #131767|0 |1 is obsolete| | Attachment #131768|0 |1 is obsolete| | Attachment #131769|0 |1 is obsolete| | Attachment #131770|0 |1 is obsolete| | Attachment #131771|0 |1 is obsolete| | --- Comment #11 from Frank Hansen <[email protected]> --- Created attachment 131772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131772&action=edit Bug 30280: Add a new mapping authority marc field 040\$f 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/
