[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
Wed Mar 16 10:29:20 CET 2022


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

Frank Hansen <frank.hansen at ub.lu.se> 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 <frank.hansen at ub.lu.se> ---
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.


More information about the Koha-bugs mailing list