From 88a86373120a024dc361c365ccbad303d601ed8e Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 27 Nov 2017 15:48:06 -0500 Subject: [PATCH] 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 Signed-off-by: Dan Wells --- .../Administration/marc_export_uris_option.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/marc_export_uris_option.adoc 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. -- 2.43.2