]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/added_content_by_record_id.txt
Add release notes for AC by record id
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / added_content_by_record_id.txt
1 Added Content by Record ID
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^
3 Traditionally, Evergreen has supported Added Content lookups by ISBN
4 only, or (more recently) by one of ISBN or UPC.
5
6 This enhancement adds support for Added Content lookups by record
7 ID, while still supporting the previous URL format for lookups by
8 ISBN.
9
10 The JSPAC and TPAC skins, as well as the web-based Self Checkout
11 interface templates are updated to use jacket images / cover art by
12 record ID by default.
13
14 By using record identifiers, the Added Content handler has the
15 opportnity to examine additional identifiers in the bib record.
16 Currently, these include:
17
18  * ISBN
19  * UPC
20  * ISSN
21
22 Currently, only the OpenILS::WWW::AddedContent::Syndetic provider
23 makes use of the new identifiers.
24
25
26 Local Content Overrides
27 +++++++++++++++++++++++
28 Just as with ISBN lookups, there is support for local overrides in
29 the form of a file created on disk which short-circuits any external
30 Added Content lookup.