Bug 10986: add system preference to limit the list of languages in advanced search
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
1 Searching:
2     Features:
3         -
4             - Perform wildcard searching (where, for example, <cite>Har</cite> would match <cite>Harry</cite> and <cite>harp</cite>)
5             - pref: QueryAutoTruncate
6               type: boolean
7               choices:
8                   yes: automatically.
9                   no: only if * is added.
10             - "<br />(The * character would be used like so: <cite>Har*</cite> or <cite>*logging</cite>.)"
11         -
12             - pref: QueryFuzzy
13               type: boolean
14               choices:
15                   yes: Try
16                   no: "Don't try"
17             - 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).
18         -
19             - pref: QueryStemming
20               type: boolean
21               choices:
22                   yes: Try
23                   no: "Don't try"
24             - 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).
25         -
26             - pref: QueryWeightFields
27               type: boolean
28               choices:
29                   yes: Enable
30                   no: Disable
31             - ranking of search results by relevance (REQUIRES ZEBRA).
32         -
33             - pref: OpacGroupResults
34               default: 0
35               choices:
36                   yes: Use
37                   no: "Don't use"
38             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
39         -
40             - pref: TraceCompleteSubfields
41               default: 0
42               choices:
43                   yes: Force
44                   no: "Don't force"
45             - subject tracings in the OPAC and Staff Client to search only for complete-subfield matches.
46         -
47             - pref: TraceSubjectSubdivisions
48               default: 0
49               choices:
50                   yes: Include
51                   no: "Don't include"
52             - subdivisions for searches generated by clicking on subject tracings.
53         -
54             - pref: UseICU
55               default: 0
56               choices:
57                   yes: Using
58                   no: "Not using"
59             - '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.'
60         -
61             - pref: UseQueryParser
62               default: 1
63               choices:
64                   yes: Try
65                   no: "Do not try"
66             - 'to use the QueryParser module for parsing queries. Please note: enabling this will have no impact if you do not have QueryParser installed, and everything will continue to work as usual.'
67         -
68             - pref: IncludeSeeFromInSearches
69               default: 0
70               choices:
71                   yes: Include
72                   no: "Don't include"
73             - "<i>see from</i> (non-preferred form) headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference."
74     Search Form:
75         -
76             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
77             - pref: AdvancedSearchTypes
78               class: long
79             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
80             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
81         -
82             - Limit the languages listed in the advanced search drop-down to the
83             - pref: AdvancedSearchLanguages
84               class: long
85             - "ISO 639-2 language codes (separate values with | or ,)."
86             - "For example, to limit listing to French and Italian, enter <em>ita|fre</em>."
87         -
88             - By default,
89             - pref: expandedSearchOption
90               type: boolean
91               choices:
92                   yes: show
93                   no: "don't show"
94             - '"More options" on the OPAC and staff advanced search pages.'
95         -
96             - By default,
97             - pref: OPACNumbersPreferPhrase
98               type: boolean
99               choices:
100                   yes: use
101                   no: "don't use"
102             - 'the operator "phr" in the callnumber and standard number OPAC searches'
103         -
104             - By default,
105             - pref: IntranetNumbersPreferPhrase
106               type: boolean
107               choices:
108                   yes: use
109                   no: "don't use"
110             - 'the operator "phr" in the callnumber and standard number staff client searches'
111     Results Display:
112         -
113             - By default, sort search results in the staff client by
114             - pref: defaultSortField
115               default: relevance
116               choices:
117                   relevance: relevance
118                   popularity: total number of checkouts
119                   call_number: call number
120                   pubdate: date of publication
121                   acqdate: date added
122                   title: title
123                   author: author
124             - ','
125             - pref: defaultSortOrder
126               choices:
127                   asc: ascending.
128                   dsc: descending.
129                   az: from A to Z.
130                   za: from Z to A.
131         -
132             - pref: displayFacetCount
133               type: boolean
134               default: no
135               choices:
136                   yes: Show
137                   no: "Don't show"
138             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
139         -
140             - By default, show
141             - pref: numSearchResults
142               class: integer
143             - results per page in the staff client.
144         -
145             - By default, sort search results in the OPAC by
146             - pref: OPACdefaultSortField
147               default: relevance
148               choices:
149                   relevance: relevance
150                   popularity: total number of checkouts
151                   call_number: call number
152                   pubdate: date of publication
153                   acqdate: date added
154                   title: title
155                   author: author
156             - ","
157             - pref: OPACdefaultSortOrder
158               choices:
159                   asc: ascending.
160                   dsc: descending.
161                   az: from A to Z.
162                   za: from Z to A.
163             -
164         -
165             - Show up to
166             - pref: maxItemsInSearchResults
167               class: integer
168             - items per biblio in the search results
169         -
170             - Build facets based on
171             - pref: maxRecordsForFacets
172               class: integer
173               default: 20
174             - records from the search results.
175         -
176             - By default, show
177             - pref: OPACnumSearchResults
178               class: integer
179             - results per page in the OPAC.
180         -
181             - pref: OPACItemsResultsDisplay
182               type: boolean
183               choices:
184                   yes: Show
185                   no: "Don't show"
186             - "an item's library, location and call number in OPAC search results."
187         -
188             - Truncate facets length to
189             - pref: FacetLabelTruncationLength
190               class: integer
191             - characters, in OPAC/staff interface.
192         -
193             - Use the following text as separator for UNIMARC authors facets
194             - pref: UNIMARCAuthorsFacetsSeparator
195               class: short