LP#1671936: Provide reingest for 1006 upgrade script
authorKathy Lussier <klussier@masslnc.org>
Fri, 10 Mar 2017 23:17:41 +0000 (18:17 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 15 Mar 2017 20:13:38 +0000 (16:13 -0400)
We missed the reingest for upgrade script 1006. Adding it here.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/upgrade/1006.function.trim_trailing_punctuation.sql

index 5d591a4..0e19597 100644 (file)
@@ -50,3 +50,11 @@ INSERT INTO config.metabib_field_index_norm_map (field,norm,pos)
 
 COMMIT;
 
+\qecho To apply the improvements for facets and browse entries for author
+\qecho headings, you need to perform a browse and facet reingest of your
+\qecho records. It may take a while. You can cancel now withoug losing
+\qecho the effect of the rest of the upgrade script, and arrange the reingest
+\qecho later.
+\qecho 
+SELECT metabib.reingest_metabib_field_entries(id, FALSE, FALSE, TRUE)
+    FROM biblio.record_entry;