[open-ils-commits] r8131 - branches/rel_1_2/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 3 20:26:20 EST 2007
Author: dbs
Date: 2007-12-03 20:06:54 -0500 (Mon, 03 Dec 2007)
New Revision: 8131
Modified:
branches/rel_1_2/Open-ILS/src/sql/Pg/002.schema.config.sql
Log:
Typo: Pull abbreviated titles correctly with MODS
Modified: branches/rel_1_2/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- branches/rel_1_2/Open-ILS/src/sql/Pg/002.schema.config.sql 2007-12-03 19:19:19 UTC (rev 8130)
+++ branches/rel_1_2/Open-ILS/src/sql/Pg/002.schema.config.sql 2007-12-04 01:06:54 UTC (rev 8131)
@@ -147,7 +147,7 @@
INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'series', 'seriestitle', $$//mods:mods/mods:relatedItem[@type="series"]/mods:titleInfo$$ );
-INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'abbreviated', $$//mods:mods/mods:titleInfo[mods:title and (@type='abreviated')]$$ );
+INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'abbreviated', $$//mods:mods/mods:titleInfo[mods:title and (@type='abbreviated')]$$ );
INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'translated', $$//mods:mods/mods:titleInfo[mods:title and (@type='translated')]$$ );
INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'uniform', $$//mods:mods/mods:titleInfo[mods:title and (@type='uniform')]$$ );
INSERT INTO config.metabib_field ( field_class, name, xpath ) VALUES ( 'title', 'proper', $$//mods:mods/mods:titleInfo[mods:title and not (@type)]$$ );
More information about the open-ils-commits
mailing list