From 8347b18f4975457c4ef888da99cd269cf220e8de Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 14 Nov 2011 17:16:46 -0500 Subject: [PATCH] Reindex is not just for non-filing indicators anymore Since we discovered the apostrophe parsing problem affects records with text containing apostrophes at any position, don't limit ourselves to non-filing indicator titles. In theory you might want to reindex any record that contains an apostrophe, but in practice we found the most confusion occurs with searching for titles - so target those in the upgrade script. Signed-off-by: Dan Scott --- Open-ILS/src/sql/Pg/upgrade/XXXX.fix-nonfiling-titles.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.fix-nonfiling-titles.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.fix-nonfiling-titles.sql index 3488c9630c..dad8614f29 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.fix-nonfiling-titles.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.fix-nonfiling-titles.sql @@ -3240,7 +3240,6 @@ COMMIT; SELECT metabib.reingest_metabib_field_entries(record) FROM metabib.full_rec WHERE tag = '245' - AND ind2 > '0' AND subfield = 'a' AND value LIKE '%''%' ; -- 2.11.0