From 5f612ab3cb952fd84d68b11aeca1d3185d059d1f Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 10 Mar 2017 18:17:41 -0500 Subject: [PATCH] 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 --- .../upgrade/1006.function.trim_trailing_punctuation.sql | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.43.2