LP#1284832: Add missing seed data: enable combined search for only the subject class...
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Tue, 25 Feb 2014 20:41:56 +0000 (12:41 -0800)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 30 May 2014 15:45:45 +0000 (08:45 -0700)
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 33b1b3e..be6fa5b 100644 (file)
@@ -101,6 +101,9 @@ INSERT INTO config.metabib_class ( name, label ) VALUES ( 'author', oils_i18n_ge
 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'subject', oils_i18n_gettext('subject', 'Subject', 'cmc', 'label') );
 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'series', oils_i18n_gettext('series', 'Series', 'cmc', 'label') );
 
+-- enable combined search for only the subject class by default
+UPDATE config.metabib_class SET combined = TRUE WHERE name = 'subject';
+
 -- some more from 002.schema.config.sql:
 INSERT INTO config.xml_transform VALUES ( 'marcxml', 'http://www.loc.gov/MARC21/slim', 'marc', '---' );
 INSERT INTO config.xml_transform VALUES ( 'mods', 'http://www.loc.gov/mods/', 'mods', '');