JBAS-2285 Browse 'sees' include all heading purposes
authorBill Erickson <berickxx@gmail.com>
Mon, 20 May 2019 15:49:25 +0000 (15:49 +0000)
committerBill Erickson <berickxx@gmail.com>
Mon, 20 May 2019 15:49:25 +0000 (15:49 +0000)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/schema/deploy/2.12-3.2-db-upgrade-schema.sql

index 1ff0353..8d31a52 100644 (file)
@@ -6970,7 +6970,11 @@ BEGIN
                     )
                     JOIN authority.heading_field ahf ON (ahf.id = acsaf.heading_field)
               WHERE mbeshm.entry = rec.id
-              AND   ahf.heading_purpose = 'variant';
+              -- KCLS JBAS-2285
+              -- For reasons that are not yet entirely clear to me,
+              -- KCLS does not want the 'variant' limitation here.
+              --AND   ahf.heading_purpose = 'variant'
+              ;
 
         END IF;