JBAS-1470 Bib linking uses 700/710m,o,r,s subfields
authorBill Erickson <berickxx@gmail.com>
Thu, 18 Jan 2018 22:29:03 +0000 (17:29 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Add back 700 and 710 $m, $o, $r, $s subfields for link matching.  These
should never have been removed.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/authority-control/linking/authority_control_fields.pl

index 727ba74..a0e67d2 100755 (executable)
@@ -300,7 +300,7 @@ sub get_controlled_fields {
             unless ($bib_field->tag =~ /^6/);
 
         @subfields = grep { $_ !~ /[mors]/ } @subfields
-            unless ($bib_field->tag =~ /(130|600|610|630|730|830)/);
+            unless ($bib_field->tag =~ /(130|600|610|630|700|710|730|830)/);
 
         $controllees{$bib_field->tag} ||= {};
         $controllees{$bib_field->tag}->{$_} =