From d37bff8feaad6df2a2f8eec69470bde05a9f46c0 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 17 Mar 2014 09:19:18 -0400 Subject: [PATCH] LP#1279998 marc stream importer release notes Signed-off-by: Bill Erickson --- .../Cataloging/marc_stream_importer.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_importer.txt diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_importer.txt b/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_importer.txt new file mode 100644 index 0000000000..29460f4dcd --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_importer.txt @@ -0,0 +1,18 @@ += MARC Stream Importer = + +New command line options were added to marc_stream_importer.pl for +passing additional Vandelay import flags. Prior to this change, only +auto-overlay-exact was supported. + +New options. + + * --auto-overlay-exact + ** Overlay/merge on exact 901c matches + * --auto-overlay-1match + ** Overlay/merge when exactly one match is found + * --auto-overlay-best-match + ** Overlay/merge on best match + * --import-no-match + ** Import when no match is found + +Like Vandelay, these options can be combined. -- 2.11.0