From: Jason Stephenson <jason@sigio.com>
Date: Mon, 27 Nov 2017 20:48:06 +0000 (-0500)
Subject: Lp 1350916: marc_export --uris option release notes.
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=88a86373120a024dc361c365ccbad303d601ed8e;p=contrib%2FConifer.git

Lp 1350916: marc_export --uris option release notes.

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>
---

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
index 0000000000..b9fd1f3466
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Administration/marc_export_uris_option.adoc
@@ -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.