]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/Located_URI_visibility.txt
Release notes
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / Located_URI_visibility.txt
1 Located URI visibility options
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 Before this, Evergreen restricted the visibility of bibliographic records
4 that make use of Located URIs in a way that attempts to model licensing
5 restrictions.
6
7 There now exists a global flag to allow sites the option of changing the
8 behaviour of Located URIs so that they act in a way analogous to copies
9 for visibility testing.  When the opac.located_uri.act_as_copy global flag
10 is enabled, Located URIs will cause their containing bib records to become
11 visible in searches where the URI is in scope to either ancestors of the
12 search library, as before, or descendents of the search library, as copies
13 do.  As before, if a preferred library is supplied by the user, it is
14 added to the list of visible org units to check.
15
16 Additionally, while the underlying UnAPI and supporting code was capable
17 of providing a reasonable and logical sort order for the Located URIs when
18 embedded as XML holdings elements, the client-facing UnAPI method was not
19 making use of that.  It now does, and uses the same sorting algorithm as
20 is used for copies.
21