Lp 1350916: marc_export --uris option release notes.
authorJason Stephenson <jason@sigio.com>
Mon, 27 Nov 2017 20:48:06 +0000 (15:48 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 28 Feb 2018 22:28:28 +0000 (17:28 -0500)
Add release notes for the new --uris option on marc_export.

To test the new option, run marc_export to export records with
holdings for a given library using the --library and --items options.
If that library also has electronic resources, do another export with
the same options but add the --uris option and direct this output to a
different file.  Compare the file sizes.  The second file should be
larger than the first.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
docs/RELEASE_NOTES_NEXT/Administration/marc_export_uris_option.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/marc_export_uris_option.adoc b/docs/RELEASE_NOTES_NEXT/Administration/marc_export_uris_option.adoc
new file mode 100644 (file)
index 0000000..b9fd1f3
--- /dev/null
@@ -0,0 +1,12 @@
+marc_export --uris option
+^^^^^^^^^^^^^^^^^^^^^^^^^
+The marc_export support script now has a --uris option (short form:
+-u) to export records with located URIs.  When used by itself, it will
+export only records that have located URIs.  When used in conjunction
+with --items, it will add records with located URIs but no
+items/copies to the output.  If combined with a --library or
+--descendants option, this option will limit its output to those
+records with URIs at the designated libraries.  The best way to use
+this option is in combination with the --items and one of the
+--library or --descendants options to export *all* of a library's
+holdings both real and electronic.