]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Cataloging/no-fixed-field-defaults-for-ingest.txt
Add release notes for the no fixed field default upgrade.
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Cataloging / no-fixed-field-defaults-for-ingest.txt
1 Record Attributes Reingest Recommended
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4 After this update, it is recommended that you reingest your
5 bibliographic records to update the fixed field, record attribute
6 indexes.  This is mainly necessary to make sure that fiction books do
7 not also show up as non-fiction.
8
9 You can accomplish this by running the following query in your database:
10
11 [source,sql]
12 --------------------------------------------------------------------
13 select metabib.reingest_record_attributes(id)
14 from biblio.record_entry;
15 --------------------------------------------------------------------
16
17