]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/BibAuthBrowse.txt
279bfbd1540be7e51f8e8f5d5c93094ea07ae15a
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / BibAuthBrowse.txt
1 Bib record browser with linked authorities
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 This feature provides a patron-oriented OPAC interface for browsing
5 bibliographic records.
6
7 Users choose to browse by Author, Title, Subject, or Series. They then
8 enter a browse term, and the nearest match from a left-anchored search
9 on the headings extracted for browse purposes will be displayed in a
10 typical backwards/forwards paging display. Headings link to search
11 results pages showing the related records. If the browse heading is
12 linked to any authority records, and if any *other* authority records
13 point to those with "See also" or other non-main entry headings, those
14 alternative headings are displayed a linked to a search results page
15 showing related bib records related to the alternate heading.
16
17 The counts of holdings displayed next to headings from bibliographic
18 records are subject to the same visiibility tests as search. This means
19 that the org unit (and copy location group) dropdown on the browse
20 interface affects counds, and it further means that whether or not
21 you're looking at the browse interface through the staff client makes a
22 difference.
23
24 Configuration considerations for site administrators
25 ++++++++++++++++++++++++++++++++++++++++++++++++++++
26 There are two off-by-default features that site administrators may wish
27 to enable.
28
29   * Quick paging links (English): By changing the
30     ''browse.english_pager'' setting to 1 in the
31     ''opac/parts/config.tt2'' file for a site's active OPAC templates,
32     you can make shortcut browsing links ''0-9 A B C D ...'' appear
33     between the Back and Forward buttons on the browse page. I haven't
34     figured out how to make this feature internationalizable, so it's
35     off by default.  You can turn it on if it works for your language,
36     or have a look at improving it if it doesn't.
37
38   * There is a global flag by the name
39     ''opac.browse.warnable_regexp_per_class'' to control what leading
40     articles in users' entered browse terms trigger a warning about how
41     it might be better to search for "Rolling Stones" instead of "The
42     Rolling Stones" (or whatever). This is off by default, but can be
43     enabled if it suits your catalog, and can even be customized per
44     search class (author, title, series, subject).
45