JBAS-1263 'Other Author' index no longer creates browse entries
authorBill Erickson <berickxx@gmail.com>
Wed, 2 Mar 2016 19:45:19 +0000 (14:45 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/schema/deploy/2.5-to-2.7-upgrade.sql

index bee3a7e..2bdd0e3 100644 (file)
@@ -16,6 +16,12 @@ BEGIN;
 
 SET statement_timeout = 0;
 
+-- JBAS-1263
+-- "Other Author" index creates duplicate browse entries as "Additional
+-- Personal Author", since the former strips commas and we want the 
+-- commas.  Avoid creating browse entries for "Other Author"
+UPDATE config.metabib_field SET browse_field = FALSE WHERE id = 10;
+
 -- Resolves issue with re-ingests failing on call number index entry create.
 -- Discovered while re-indexing for JBAS-1246
 -- Cargo-culting the other configs for now.  Will reasess as needed.