From: Kathy Lussier Date: Fri, 10 Mar 2017 23:17:41 +0000 (-0500) Subject: LP#1671936: Provide reingest for 1006 upgrade script X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5f612ab3cb952fd84d68b11aeca1d3185d059d1f;p=evergreen%2Fmasslnc.git LP#1671936: Provide reingest for 1006 upgrade script We missed the reingest for upgrade script 1006. Adding it here. Signed-off-by: Kathy Lussier Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/sql/Pg/upgrade/1006.function.trim_trailing_punctuation.sql b/Open-ILS/src/sql/Pg/upgrade/1006.function.trim_trailing_punctuation.sql index 5d591a4376..0e195972ed 100644 --- a/Open-ILS/src/sql/Pg/upgrade/1006.function.trim_trailing_punctuation.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1006.function.trim_trailing_punctuation.sql @@ -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;