Bug 8209: "Did you mean?" from authorities
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
1 Searching:
2     Features:
3         -
4             - pref: NoZebra
5               choices:
6                   yes: "Don't use"
7                   no: Use
8             - the Zebra search engine.  It is recommended to use Zebra; the option to not use Zebra is deprecated and is not guaranteed to work.
9         -
10             - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' =&gt; '100a,245a,500*',</code>)
11             - pref: NoZebraIndexes
12               type: textarea
13               class: list
14             -
15         -
16             - Perform wildcard searching (where, for example, <cite>Har</cite> would match <cite>Harry</cite> and <cite>harp</cite>)
17             - pref: QueryAutoTruncate
18               type: boolean
19               choices:
20                   yes: automatically.
21                   no: only if * is added.
22             - "<br />(The * character would be used like so: <cite>Har*</cite> or <cite>*logging</cite>.)"
23         -
24             - pref: QueryFuzzy
25               type: boolean
26               choices:
27                   yes: Try
28                   no: "Don't try"
29             - to match similarly spelled words in a search (for example, a search for <cite>flang</cite> would also match <cite>flange</cite> and <cite>fang</cite>; REQUIRES ZEBRA).
30         -
31             - pref: QueryRemoveStopwords
32               type: boolean
33               choices:
34                   yes: Ignore
35                   no: "Don't ignore"
36             - stopwords specified in Koha when searching. (Only applies when Zebra is off).
37         -
38             - pref: QueryStemming
39               type: boolean
40               choices:
41                   yes: Try
42                   no: "Don't try"
43             - to match words of the same base in a search (for example, a search for <cite>enabling</cite> would also match <cite>enable</cite> and <cite>enabled</cite>; REQUIRES ZEBRA).
44         -
45             - pref: QueryWeightFields
46               type: boolean
47               choices:
48                   yes: Enable
49                   no: Disable
50             - ranking of search results by relevance (REQUIRES ZEBRA).
51         -
52             - pref: OpacGroupResults
53               default: 0
54               choices:
55                   yes: Use
56                   no: "Don't use"
57             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
58         -
59             - pref: TraceCompleteSubfields
60               default: 0
61               choices:
62                   yes: Force
63                   no: "Don't force"
64             - subject tracings in the OPAC and Staff Client to search only for complete-subfield matches.
65         -
66             - pref: TraceSubjectSubdivisions
67               default: 0
68               choices:
69                   yes: Include
70                   no: "Don't include"
71             - subdivisions for searches generated by clicking on subject tracings.
72         -
73             - pref: UseICU
74               default: 0
75               choices:
76                   yes: Using
77                   no: "Not using"
78             - 'ICU Zebra indexing. Please note: This setting will not affect Zebra indexing, it should only be used to tell Koha that you have activated ICU indexing if you have actually done so, since there is no way for Koha to figure this out on its own.'
79         -
80             - pref: DidYouMeanFromAuthorities
81               default: 0
82               choices:
83                   yes: Suggest
84                   no: "Don't suggest"
85             - alternate searches based on data in the authority file.
86     Search Form:
87         -
88             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
89             - pref: AdvancedSearchTypes
90               class: long
91             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
92             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
93         -
94             - By default,
95             - pref: expandedSearchOption
96               type: boolean
97               choices:
98                   yes: show
99                   no: "don't show"
100             - '"More options" on the OPAC and staff advanced search pages.'
101     Results Display:
102         -
103             - By default, sort search results in the staff client by
104             - pref: defaultSortField
105               default: relevance
106               choices:
107                   relevance: relevance
108                   popularity: total number of checkouts
109                   call_number: call number
110                   pubdate: date of publication
111                   acqdate: date added
112                   title: title
113                   author: author
114             - ','
115             - pref: defaultSortOrder
116               choices:
117                   asc: ascending.
118                   dsc: descending.
119                   az: from A to Z.
120                   za: from Z to A.
121         -
122             - pref: displayFacetCount
123               type: boolean
124               default: no
125               choices:
126                   yes: Show
127                   no: "Don't show"
128             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
129         -
130             - By default, show
131             - pref: numSearchResults
132               class: integer
133             - results per page in the staff client.
134         -
135             - By default, sort search results in the OPAC by
136             - pref: OPACdefaultSortField
137               default: relevance
138               choices:
139                   relevance: relevance
140                   popularity: total number of checkouts
141                   call_number: call number
142                   pubdate: date of publication
143                   acqdate: date added
144                   title: title
145                   author: author
146             - ","
147             - pref: OPACdefaultSortOrder
148               choices:
149                   asc: ascending.
150                   dsc: descending.
151                   az: from A to Z.
152                   za: from Z to A.
153             -
154         -
155             - Show up to
156             - pref: maxItemsInSearchResults
157               class: integer
158             - items per biblio in the search results
159         -
160             - Build facets based on
161             - pref: maxRecordsForFacets
162               class: integer
163               default: 20
164             - records from the search results.
165         -
166             - By default, show
167             - pref: OPACnumSearchResults
168               class: integer
169             - results per page in the OPAC.
170         -
171             - pref: OPACItemsResultsDisplay
172               type: boolean
173               choices:
174                   yes: Show
175                   no: "Don't show"
176             - "an item's library, location and call number in OPAC search results."
177         -
178             - Truncate facets length to
179             - pref: FacetLabelTruncationLength
180               class: integer
181             - characters, in OPAC/staff interface.