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