Bug 35138: Mark DisplayLibraryFacets as zebra only
[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                   1: automatically.
9                   0: only if * is added.
10             - "<br />(The * character would be used like so: <cite>Har*</cite> or <cite>*logging</cite>.)"
11             - <strong>NOTE:</strong> Record identifiers (biblionumber, authid) will never be autotruncated.
12         -
13             - pref: QueryFuzzy
14               type: boolean
15               choices:
16                   1: Try
17                   0: "Don't try"
18             - 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>; Currently only affects Zebra searches. Any Elasticsearch term can be made fuzzy by adding a ~ directly after the term.).
19         -
20             - pref: QueryStemming
21               type: boolean
22               choices:
23                   1: Try
24                   0: "Don't try"
25             - 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).
26         -
27             - pref: QueryWeightFields
28               type: boolean
29               choices:
30                   1: Enable
31                   0: Disable
32             - ranking of search results by relevance (REQUIRES ZEBRA).
33         -
34             - pref: QueryRegexEscapeOptions
35               default: escape
36               choices:
37                   escape: Escape
38                   unescape_escaped: Unescape escaped
39                   dont_escape: Don't escape
40             - "regular expressions within query strings. If \"Escape\" is selected occurences of \"/\" in search terms will be automatically escaped, and regular expressions interpreted as regular strings. If \"Unescape escaped\" is selected this will allow writing regular expressions \"\\/like this\\/\" while \"/this/\", \"or/this\" will be escaped and interpreted as regular strings. (Elasticsearch only.)"
41         -
42             - pref: TraceCompleteSubfields
43               default: 0
44               choices:
45                   1: Force
46                   0: "Don't force"
47             - subject tracings in the OPAC and staff interface to search only for complete-subfield matches.
48         -
49             - pref: TraceSubjectSubdivisions
50               default: 0
51               choices:
52                   1: Include
53                   0: "Don't include"
54             - subdivisions for searches generated by clicking on subject tracings.
55         -
56             - pref: UseICUStyleQuotes
57               default: 0
58               choices:
59                   1: Use
60                   0: "Don't use"
61             - 'ICU style quotes ({}) when tracing subjects. The default is to use standard quotes ("").'
62         -
63             - pref: IncludeSeeFromInSearches
64               default: 0
65               choices:
66                   1: Include
67                   0: "Don't include"
68             - "<em>see from</em> (non-preferred form) headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference."
69         -
70             - pref: EnableSearchHistory
71               default: 0
72               choices:
73                   1: Keep
74                   0: "Don't keep"
75             - patron search history in the staff interface.
76         -
77             - pref: BrowseResultSelection
78               default: 0
79               choices:
80                   1: Enable
81                   0: Disable
82             - "browsing search results from the bibliographic record detail page in staff interface."
83         -
84             - pref: ElasticsearchCrossFields
85               default: 0
86               choices:
87                   1: Enable
88                   0: Disable
89             - "the cross_fields option for Elasticsearch searches, supported in Elasticsearch 6.X and above."
90             - "See documentation at https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html#type-cross-fields"
91         -
92             - pref: SavedSearchFilters
93               default: 0
94               choices:
95                   1: Enable
96                   0: Disable
97             - "the option for staff with permission to create/edit custom saved search filters."
98         -
99             - "List of search fields (separated by | or ,) that should not be autotruncated by Elasticsearch even if <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=QueryAutoTruncate'>QueryAutoTruncate</a> is set to 'Yes':"
100             - pref: ESPreventAutoTruncate
101               class: long
102     Search form:
103         -
104             - pref: LoadSearchHistoryToTheFirstLoggedUser
105               default: 0
106               choices:
107                    1: "Add"
108                    0: "Don't add"
109             - search history of the unlogged user to the next patron logging in.
110         -
111             - Show tabs in the staff interface advanced search for limiting searches on the
112             - pref: AdvancedSearchTypes
113               class: long
114             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
115             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection, (<strong>ccode</strong>) and Shelving location (<strong>loc</strong>)."
116         -
117             - Limit the languages listed in the advanced search drop-down to the
118             - pref: AdvancedSearchLanguages
119               class: long
120             - "ISO 639-2 language codes (separate values with | or ,)."
121             - "For example, to limit listing to French and Italian, enter <em>ita|fre</em>."
122         -
123             - By default,
124             - pref: expandedSearchOption
125               type: boolean
126               choices:
127                   1: show
128                   0: "don't show"
129             - '"More options" on the OPAC and staff interface advanced search pages.'
130         -
131             - By default,
132             - pref: OPACNumbersPreferPhrase
133               type: boolean
134               choices:
135                   1: use
136                   0: "don't use"
137             - 'the operator "phr" in the callnumber and standard number OPAC searches.'
138         -
139             - By default,
140             - pref: IntranetNumbersPreferPhrase
141               type: boolean
142               choices:
143                   1: use
144                   0: "don't use"
145             - 'the operator "phr" in the callnumber and standard number staff interface searches.'
146     Results display:
147         -
148             - pref: numSearchResultsDropdown
149               type: boolean
150               default: no
151               choices:
152                   1: Show
153                   0: "Don't show"
154             - results per page dropdown on staff interface search results.
155         -
156             - pref: OPACnumSearchResultsDropdown
157               type: boolean
158               default: no
159               choices:
160                   1: Show
161                   0: "Don't show"
162             - results per page dropdown on OPAC search results.
163         -
164             - By default, sort search results in the staff interface by
165             - pref: defaultSortField
166               default: relevance
167               choices:
168                   relevance: relevance
169                   popularity: total number of checkouts
170                   call_number: call number
171                   pubdate: date of publication
172                   acqdate: date added
173                   title: title
174                   author: author
175             - ','
176             - pref: defaultSortOrder
177               choices:
178                   asc: ascending.
179                   dsc: descending.
180                   az: from A to Z.
181                   za: from Z to A.
182         -
183             - By default, sort search results from author links in MARC21 detail pages and result lists by
184             - pref: AuthorLinkSortBy
185               default: default
186               choices:
187                   default: default sort field and order specified in defaultSortField or OPACdefaultSortField
188                   call_number: call number
189                   pubdate: date of publication
190                   acqdate: date added
191                   title: title
192             - ','
193             - pref: AuthorLinkSortOrder
194               choices:
195                   asc: ascending
196                   dsc: descending
197                   az: from A to Z
198                   za: from Z to A
199             - .
200         -
201             - When limiting search results with a library or library group, limit by the item's
202             - pref: SearchLimitLibrary
203               choices:
204                   homebranch: "home library."
205                   holdingbranch: "holding library."
206                   both: "home library and holding library."
207         -
208             - pref: displayFacetCount
209               type: boolean
210               default: no
211               choices:
212                   1: Show
213                   0: "Don't show"
214             - facet counts. The relevance of these numbers highly depends on the value of the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=maxRecordsForFacets">maxRecordsForFacets</a> preference. Applies to OPAC and staff interface.
215         -
216             - By default, show
217             - pref: numSearchResults
218               class: integer
219             - results per page in the staff interface.
220         -
221             - For records with many items, only check the availability status for the first
222             - pref: MaxSearchResultsItemsPerRecordStatusCheck
223               class: integer
224             - items.
225             - <br/>Availability statuses may show incorrectly in search results if a record has more items than the limit set. Statuses will display correctly in the record details.
226             - <br/>Leave empty for no limit.
227         -
228             - By default, sort search results in the OPAC by
229             - pref: OPACdefaultSortField
230               default: relevance
231               choices:
232                   relevance: relevance
233                   popularity: total number of checkouts
234                   call_number: call number
235                   pubdate: date of publication
236                   acqdate: date added
237                   title: title
238                   author: author
239             - ","
240             - pref: OPACdefaultSortOrder
241               choices:
242                   asc: ascending.
243                   dsc: descending.
244                   az: from A to Z.
245                   za: from Z to A.
246             -
247         -
248             - Show up to
249             - pref: maxItemsInSearchResults
250               class: integer
251             - items per bibliographic record in the search results
252         -
253             - Build facets based on
254             - pref: maxRecordsForFacets
255               class: integer
256               default: 20
257             - records from the search results.
258         -
259             - Show up to
260             - pref: FacetMaxCount
261               class: integer
262               default: 20
263             - facets for each category.
264         -
265             - Sort facets
266             - pref: FacetOrder
267               type: choice
268               choices:
269                   Alphabetical: "alphabetically"
270                   Usage: "by usage count"
271               default: Alphabetical
272             - for each category.
273         -
274             - By default, show
275             - pref: OPACnumSearchResults
276               class: integer
277             - results per page in the OPAC.
278         -
279             - "Show facets for"
280             - pref: DisplayLibraryFacets
281               type: choice
282               choices:
283                   home: "home library"
284                   holding: "holding library"
285                   both: "both home and holding library"
286             - (Zebra only).
287         -
288             - Truncate facets length to
289             - pref: FacetLabelTruncationLength
290               class: integer
291             - characters, in OPAC/staff interface (REQUIRES ZEBRA).
292         -
293             - Use the following text as separator for UNIMARC authors facets
294             - pref: UNIMARCAuthorsFacetsSeparator
295               class: short
296         -
297             - When searching on the ISBN index,
298             - pref: SearchWithISBNVariations
299               choices:
300                   1: "search"
301                   0: "don't search"
302             - on all variations of the ISBN.
303         -
304             - When searching on the ISSN index,
305             - pref: SearchWithISSNVariations
306               choices:
307                   1: "search"
308                   0: "don't search"
309             - on all variations of the ISSN.
310         -
311             - pref: RetainCatalogSearchTerms
312               choices:
313                   0: "Don't retain"
314                   1: "Retain"
315             - search terms between searches when searching from the 'search the catalog' tab in the staff interface header.
316         -
317             - pref: RetainPatronsSearchTerms
318               choices:
319                   0: "Don't retain"
320                   1: "Retain"
321             - search terms between searches when searching from the 'checkout' and 'search patrons' tab in the staff interface header.
322         -
323             - pref: BiblioItemtypeInfo
324               choices:
325                   1: "Show"
326                   0: "Don't show"
327             - ' Koha record level itemtype info on detail and result pages in the OPAC and staff interface. This info also displays if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=item-level_itypes">item-level_itypes</a> system preference is set to bibliographic record.'
328         -
329             - pref: PassItemMarcToXSLT
330               type: boolean
331               choices:
332                   1: Do
333                   0: "Don't"
334             - "make item MARC fields (MARC21 952, UNIMARC 995) available to XSLT stylesheets for OPAC and staff interface results pages."
335             - "<br/>Default is \"Don't\", items are displayed using other methods."
336         -
337             - pref: ShowHeadingUse
338               choices:
339                   1: Show
340                   0: "Don't show"
341             - "whether an authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title."
342         -
343             - pref: RedirectToSoleResult
344               choices:
345                   1: Redirect
346                   0: "Don't redirect"
347             - to the result if a catalog search via the OPAC or staff interface returns only one record.
348
349     Did you mean/spell checking:
350         -
351             - "Swedish service for spellchecking.<br/>"
352             - LIBRIS Spellchecking API key
353             - pref: LibrisKey
354             - "Can be obtained at http://api.libris.kb.se/bibspell."
355         -
356             - LIBRIS base URL
357             - pref: LibrisURL
358               class: url
359             - "Please only change this if you are sure it needs changing."