From cc905f44bb5a64c91257160b66a261f4196e273e Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Thu, 26 Sep 2013 11:16:43 -0400 Subject: [PATCH] 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 --- .../OPAC/added_content_by_record_id.txt | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/OPAC/added_content_by_record_id.txt 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. -- 2.11.0