Bug 7441: QA follow-up - Add note about missing NORMARC support
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / authorities.pref
1 Authorities:
2     General:
3         -
4             - pref: AuthDisplayHierarchy
5               default: no
6               choices:
7                   yes: Display
8                   no: "Don't display"
9             - broader term/narrower term hierarchies when viewing authorities.
10         -
11             - When editing records,
12             - pref: BiblioAddsAuthorities
13               default: no
14               choices:
15                   yes: allow
16                   no: "don't allow"
17             - them to automatically create new authority records if needed, rather than having to reference existing authorities.
18         -
19             - When editing records,
20             - pref: AutoCreateAuthorities
21               default: yes
22               choices:
23                   yes: generate
24                   no: "do not generate"
25             - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
26         -
27             - pref: dontmerge
28               default: yes
29               choices:
30                   yes: "Don't"
31                   no: Do
32             - automatically update attached biblios when changing an authority record. If this is off, please ask your administrator to enable the merge_authority.pl cronjob.
33         -
34             - Use the following text for the contents of MARC21 authority control field 008 position 06-39 (fixed length data elements). Do NOT include the date (position 00-05).
35             - pref: MARCAuthorityControlField008
36               default: "|| aca||aabn           | a|a     d"
37               type: textarea
38               class: code
39         -
40             - pref: UseAuthoritiesForTracings
41               default: yes
42               choices:
43                   yes: Use
44                   no: "Don't use"
45             - authority record numbers instead of text strings for searches from subject tracings.
46         -
47             - Use the following text for the contents of UNIMARC authority field 100 position 08-35 (fixed length data elements). Do NOT include the date (position 00-07).
48             - pref: UNIMARCAuthorityField100
49               defautl: "afrey50      ba0"
50               type: textarea
51               class: code
52     Linker:
53         -
54             - Use the
55             - pref: LinkerModule
56               default: Default
57               choices:
58                   Default: Default
59                   FirstMatch: "First Match"
60                   LastMatch: "Last Match"
61             - linker module for matching headings to authority records.
62         -
63             - Set the following options for the authority linker
64             - pref: LinkerOptions
65               class: multi
66             - (separate options with |)
67         -
68             - pref: LinkerRelink
69               default: yes
70               choices:
71                   yes: Do
72                   no: "Do not"
73             - relink headings that have previously been linked to authority records.
74         -
75             - pref: LinkerKeepStale
76               default: no
77               choices:
78                   yes: Do
79                   no: "Do not"
80             - keep existing links to authority records for headings where the linker is unable to find a match.
81         -
82             - pref: CatalogModuleRelink
83               default: no
84               choices:
85                   yes: Do
86                   no: "Do not"
87             - automatically relink headings that have previously been linked when saving records in the cataloging module.