From: Jason Stephenson Date: Mon, 4 Aug 2014 16:57:52 +0000 (-0400) Subject: Add release notes for the no fixed field default upgrade. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=85fd2f5230377e5bee7796887c30602f4d554e03;p=evergreen%2Fpines.git Add release notes for the no fixed field default upgrade. A reingest is recommened after running the database script. Signed-off-by: Jason Stephenson --- 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; +-------------------------------------------------------------------- + +