Bug 24055: Rephrase description of PayPalReturnURL slightly
[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>; Currently only affects Zebra searches. Any Elasticsearch term can be made fuzzy by adding a ~ directly after the term.).
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: QueryRegexEscapeOptions
34               default: escape
35               choices:
36                   escape: Escape
37                   unescape_escaped: Unescape escaped
38                   dont_escape: Don't escape
39             - "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.)"
40         -
41             - pref: OpacGroupResults
42               default: 0
43               choices:
44                   yes: Use
45                   no: "Don't use"
46             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
47         -
48             - pref: TraceCompleteSubfields
49               default: 0
50               choices:
51                   yes: Force
52                   no: "Don't force"
53             - subject tracings in the OPAC and Staff Client to search only for complete-subfield matches.
54         -
55             - pref: TraceSubjectSubdivisions
56               default: 0
57               choices:
58                   yes: Include
59                   no: "Don't include"
60             - subdivisions for searches generated by clicking on subject tracings.
61         -
62             - pref: UseICU
63               default: 0
64               choices:
65                   yes: Using
66                   no: "Not using"
67             - '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.'
68         -
69             - pref: IncludeSeeFromInSearches
70               default: 0
71               choices:
72                   yes: Include
73                   no: "Don't include"
74             - "<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."
75         -
76             - pref: EnableSearchHistory
77               default: 0
78               choices:
79                   yes: Keep
80                   no: "Don't keep"
81             - patron search history in the staff client.
82         -
83             - pref: BrowseResultSelection
84               default: 0
85               choices:
86                   yes: Enable
87                   no: Disable
88             - "browsing search results from the bibliographic record detail page in staff client."
89         -
90             - pref: ElasticsearchCrossFields
91               default: 0
92               choices:
93                   yes: Enable
94                   no: Disable
95             - "the cross_fields option for Elasticsearch searches, supported in Elasticsearch 6.X and above."
96             - "See documentation at https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html#type-cross-fields"
97     Search form:
98         -
99             - Load the unlogged history to the next user.
100             - pref : LoadSearchHistoryToTheFirstLoggedUser
101               default: 0
102               choices:
103                    yes: "Load"
104                    no : "Don't load"
105             - history to the next client.
106         -
107             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
108             - pref: AdvancedSearchTypes
109               class: long
110             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
111             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
112         -
113             - Limit the languages listed in the advanced search drop-down to the
114             - pref: AdvancedSearchLanguages
115               class: long
116             - "ISO 639-2 language codes (separate values with | or ,)."
117             - "For example, to limit listing to French and Italian, enter <em>ita|fre</em>."
118         -
119             - By default,
120             - pref: expandedSearchOption
121               type: boolean
122               choices:
123                   yes: show
124                   no: "don't show"
125             - '"More options" on the OPAC and staff advanced search pages.'
126         -
127             - By default,
128             - pref: OPACNumbersPreferPhrase
129               type: boolean
130               choices:
131                   yes: use
132                   no: "don't use"
133             - 'the operator "phr" in the callnumber and standard number OPAC searches'
134         -
135             - By default,
136             - pref: IntranetNumbersPreferPhrase
137               type: boolean
138               choices:
139                   yes: use
140                   no: "don't use"
141             - 'the operator "phr" in the callnumber and standard number staff client searches'
142     Results display:
143         -
144             - pref: numSearchResultsDropdown
145               type: boolean
146               default: no
147               choices:
148                   yes: Show
149                   no: "Don't show"
150             - results per page dropdown on staff client search results.
151         -
152             - pref: OPACnumSearchResultsDropdown
153               type: boolean
154               default: no
155               choices:
156                   yes: Show
157                   no: "Don't show"
158             - results per page dropdown on OPAC search results.
159         -
160             - By default, sort search results in the staff client by
161             - pref: defaultSortField
162               default: relevance
163               choices:
164                   relevance: relevance
165                   popularity: total number of checkouts
166                   call_number: call number
167                   pubdate: date of publication
168                   acqdate: date added
169                   title: title
170                   author: author
171             - ','
172             - pref: defaultSortOrder
173               choices:
174                   asc: ascending.
175                   dsc: descending.
176                   az: from A to Z.
177                   za: from Z to A.
178         -
179             - pref: displayFacetCount
180               type: boolean
181               default: no
182               choices:
183                   yes: Show
184                   no: "Don't show"
185             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
186         -
187             - By default, show
188             - pref: numSearchResults
189               class: integer
190             - results per page in the staff client.
191         -
192             - For records with many items, only check the availability status for the first
193             - pref: MaxSearchResultsItemsPerRecordStatusCheck
194               class: integer
195             - items.
196             - <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.
197             - <br/>Leave empty for no limit.
198         -
199             - By default, sort search results in the OPAC by
200             - pref: OPACdefaultSortField
201               default: relevance
202               choices:
203                   relevance: relevance
204                   popularity: total number of checkouts
205                   call_number: call number
206                   pubdate: date of publication
207                   acqdate: date added
208                   title: title
209                   author: author
210             - ","
211             - pref: OPACdefaultSortOrder
212               choices:
213                   asc: ascending.
214                   dsc: descending.
215                   az: from A to Z.
216                   za: from Z to A.
217             -
218         -
219             - Show up to
220             - pref: maxItemsInSearchResults
221               class: integer
222             - items per bibliographic record in the search results
223         -
224             - Build facets based on
225             - pref: maxRecordsForFacets
226               class: integer
227               default: 20
228             - records from the search results.
229         -
230             - Show up to
231             - pref: FacetMaxCount
232               class: integer
233               default: 20
234             - facets for each category.
235         -
236             - By default, show
237             - pref: OPACnumSearchResults
238               class: integer
239             - results per page in the OPAC.
240         -
241             - "Show facets for"
242             - pref: DisplayLibraryFacets
243               type: choice
244               choices:
245                   home: "home library"
246                   holding: "holding library"
247                   both: "both home and holding library"
248         -
249             - pref: OPACItemsResultsDisplay
250               type: boolean
251               choices:
252                   yes: Show
253                   no: "Don't show"
254             - "an item's library, location and call number in OPAC search results."
255         -
256             - Truncate facets length to
257             - pref: FacetLabelTruncationLength
258               class: integer
259             - characters, in OPAC/staff interface.
260         -
261             - Use the following text as separator for UNIMARC authors facets
262             - pref: UNIMARCAuthorsFacetsSeparator
263               class: short
264         -
265             - When searching on the ISBN index,
266             - pref: SearchWithISBNVariations
267               choices:
268                   yes: "search"
269                   no: "don't search"
270             - on all variations of the ISBN.
271     Did you mean/spell checking:
272         -
273             - "Swedish service for spellchecking.<br/>"
274             - LIBRIS Spellchecking API key
275             - pref: LibrisKey
276             - "Can be obtained at http://api.libris.kb.se/bibspell."
277         -
278             - LIBRIS base URL
279             - pref: LibrisURL
280             - "Please only change this if you are sure it needs changing."