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