From: Jeff Godin Date: Thu, 26 Sep 2013 15:16:43 +0000 (-0400) Subject: Add release notes for AC by record id X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cc905f44bb5a64c91257160b66a261f4196e273e;p=evergreen%2Fequinox.git Add release notes for AC by record id Add release notes for Added Content by record ID. Signed-off-by: Jeff Godin Signed-off-by: Ben Shum --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/added_content_by_record_id.txt b/docs/RELEASE_NOTES_NEXT/OPAC/added_content_by_record_id.txt new file mode 100644 index 0000000000..19f71829eb --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/added_content_by_record_id.txt @@ -0,0 +1,30 @@ +Added Content by Record ID +^^^^^^^^^^^^^^^^^^^^^^^^^^ +Traditionally, Evergreen has supported Added Content lookups by ISBN +only, or (more recently) by one of ISBN or UPC. + +This enhancement adds support for Added Content lookups by record +ID, while still supporting the previous URL format for lookups by +ISBN. + +The JSPAC and TPAC skins, as well as the web-based Self Checkout +interface templates are updated to use jacket images / cover art by +record ID by default. + +By using record identifiers, the Added Content handler has the +opportnity to examine additional identifiers in the bib record. +Currently, these include: + + * ISBN + * UPC + * ISSN + +Currently, only the OpenILS::WWW::AddedContent::Syndetic provider +makes use of the new identifiers. + + +Local Content Overrides ++++++++++++++++++++++++ +Just as with ISBN lookups, there is support for local overrides in +the form of a file created on disk which short-circuits any external +Added Content lookup.