Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref
Jared Camins-Esakov 4bc293c3aa Bug 5810: Subject tracings search complete subfields
This patch adds the syspref TraceCompleteSubfields. When TraceCompleteSubfields
is set to "force," clicking on links in non-authority controlled subject
tracings will only find other records where the entire subfields match. Leaving
it at "don't force" keeps the current behavior of doing a keyword search of the
subject indexes.

This patch implements complete-subfield subject tracings in MARC21 XSLTs (OPAC
and Staff) and all Normal mode interfaces. UNIMARC XSLTs have not been updated.

This patch also adds the syspref UseAuthoritiesForTracings. When set to "Do not"
tracings in the XSLT detail displays will never generate links using authority
numbers, but rather use the heading strings (NB: the tracings currently use only
subfield 'a' for generating links).

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Jane Wagner <jwagner@ptfs.com>
Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-03-13 15:02:59 +13:00

23 lines
847 B
Text

Authorities:
-
- When editing records,
- pref: BiblioAddsAuthorities
default: no
choices:
yes: allow
no: "don't allow"
- them too automatically create new authority records if needed, rather than having to reference existing authorities.
-
- pref: dontmerge
default: yes
choices:
yes: "Don't"
no: Do
- automatically update attached biblios when changing an authority record. If this is off, please ask your administrator to enable the merge_authorities.pl cronjob.
-
- pref: UseAuthoritiesForTracings
default: yes
choices:
yes: Use
no: "Don't use"
- authority record numbers instead of text strings for searches from subject tracings.