]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Administration/pingest-specify-record-atrributes.adoc
LP#1813646: For now, direct the Home link to the AngularJS version.
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / Administration / pingest-specify-record-atrributes.adoc
1 Ability to Reingest Certain Record Attributes In pingest.pl
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 An option, `--attr`, has been added to the `pingest.pl` support script
5 that allows the user to specify which record attributes to reingest.
6 This option is used to specify which record attribute(s) to reingest.
7 It can be used one or more times to specify one or more attributes to
8 ingest.  It can be omitted to reingest all record attributes.  This
9 option is ignored if the `--skip-attrs` option is used.
10
11 The `--attr` option is most useful after doing something specific that
12 requires only a partial ingest of records.  For instance, if you add a
13 new language to the `config.coded_value_map` table, you will want to
14 reingest the `item_lang` attribute on all of your records.  The
15 following command line will do that, and only that, ingest:
16
17 ----
18 $ /openils/bin/pingest.pl --skip-browse --skip-search --skip-facets \
19     --skip-display --attr=item_lang
20 ----
21