Signed-off-by: Bill Erickson <berickxx@gmail.com>
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.