From 85fd2f5230377e5bee7796887c30602f4d554e03 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 4 Aug 2014 12:57:52 -0400 Subject: [PATCH] Add release notes for the no fixed field default upgrade. A reingest is recommened after running the database script. Signed-off-by: Jason Stephenson --- .../no-fixed-field-defaults-for-ingest.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/no-fixed-field-defaults-for-ingest.txt diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/no-fixed-field-defaults-for-ingest.txt b/docs/RELEASE_NOTES_NEXT/Cataloging/no-fixed-field-defaults-for-ingest.txt new file mode 100644 index 0000000000..8ef7d6af55 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/no-fixed-field-defaults-for-ingest.txt @@ -0,0 +1,17 @@ +Record Attributes Reingest Recommended +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +After this update, it is recommended that you reingest your +bibliographic records to update the fixed field, record attribute +indexes. This is mainly necessary to make sure that fiction books do +not also show up as non-fiction. + +You can accomplish this by running the following query in your database: + +[source,sql] +-------------------------------------------------------------------- +select metabib.reingest_record_attributes(id) +from biblio.record_entry; +-------------------------------------------------------------------- + + -- 2.43.2