Bug 25630: (follow-up) Fix capitalization and terminology for system preferences
[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: 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 interface 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 interface.
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 interface."
89     Search form:
90         -
91             - pref : LoadSearchHistoryToTheFirstLoggedUser
92               default: 0
93               choices:
94                    yes: "Add"
95                    no : "Don't add"
96             - search history of the unlogged user to the next patron logging in.
97         -
98             - Show tabs in the OPAC and staff interface advanced search for limiting searches on the
99             - pref: AdvancedSearchTypes
100               class: long
101             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
102             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
103         -
104             - Limit the languages listed in the advanced search drop-down to the
105             - pref: AdvancedSearchLanguages
106               class: long
107             - "ISO 639-2 language codes (separate values with | or ,)."
108             - "For example, to limit listing to French and Italian, enter <em>ita|fre</em>."
109         -
110             - By default,
111             - pref: expandedSearchOption
112               type: boolean
113               choices:
114                   yes: show
115                   no: "don't show"
116             - '"More options" on the OPAC and staff interface advanced search pages.'
117         -
118             - By default,
119             - pref: OPACNumbersPreferPhrase
120               type: boolean
121               choices:
122                   yes: use
123                   no: "don't use"
124             - 'the operator "phr" in the callnumber and standard number OPAC searches.'
125         -
126             - By default,
127             - pref: IntranetNumbersPreferPhrase
128               type: boolean
129               choices:
130                   yes: use
131                   no: "don't use"
132             - 'the operator "phr" in the callnumber and standard number staff interface searches.'
133     Results display:
134         -
135             - pref: numSearchResultsDropdown
136               type: boolean
137               default: no
138               choices:
139                   yes: Show
140                   no: "Don't show"
141             - results per page dropdown on staff interface search results.
142         -
143             - pref: OPACnumSearchResultsDropdown
144               type: boolean
145               default: no
146               choices:
147                   yes: Show
148                   no: "Don't show"
149             - results per page dropdown on OPAC search results.
150         -
151             - By default, sort search results in the staff interface by
152             - pref: defaultSortField
153               default: relevance
154               choices:
155                   relevance: relevance
156                   popularity: total number of checkouts
157                   call_number: call number
158                   pubdate: date of publication
159                   acqdate: date added
160                   title: title
161                   author: author
162             - ','
163             - pref: defaultSortOrder
164               choices:
165                   asc: ascending.
166                   dsc: descending.
167                   az: from A to Z.
168                   za: from Z to A.
169         -
170             - pref: displayFacetCount
171               type: boolean
172               default: no
173               choices:
174                   yes: Show
175                   no: "Don't show"
176             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
177         -
178             - By default, show
179             - pref: numSearchResults
180               class: integer
181             - results per page in the staff interface.
182         -
183             - For records with many items, only check the availability status for the first
184             - pref: MaxSearchResultsItemsPerRecordStatusCheck
185               class: integer
186             - items.
187             - <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.
188             - <br/>Leave empty for no limit.
189         -
190             - By default, sort search results in the OPAC by
191             - pref: OPACdefaultSortField
192               default: relevance
193               choices:
194                   relevance: relevance
195                   popularity: total number of checkouts
196                   call_number: call number
197                   pubdate: date of publication
198                   acqdate: date added
199                   title: title
200                   author: author
201             - ","
202             - pref: OPACdefaultSortOrder
203               choices:
204                   asc: ascending.
205                   dsc: descending.
206                   az: from A to Z.
207                   za: from Z to A.
208             -
209         -
210             - Show up to
211             - pref: maxItemsInSearchResults
212               class: integer
213             - items per bibliographic record in the search results
214         -
215             - Build facets based on
216             - pref: maxRecordsForFacets
217               class: integer
218               default: 20
219             - records from the search results.
220         -
221             - Show up to
222             - pref: FacetMaxCount
223               class: integer
224               default: 20
225             - facets for each category.
226         -
227             - By default, show
228             - pref: OPACnumSearchResults
229               class: integer
230             - results per page in the OPAC.
231         -
232             - "Show facets for"
233             - pref: DisplayLibraryFacets
234               type: choice
235               choices:
236                   home: "home library"
237                   holding: "holding library"
238                   both: "both home and holding library"
239         -
240             - pref: OPACItemsResultsDisplay
241               type: boolean
242               choices:
243                   yes: Show
244                   no: "Don't show"
245             - "an item's library, location and call number in OPAC search results."
246         -
247             - Truncate facets length to
248             - pref: FacetLabelTruncationLength
249               class: integer
250             - characters, in OPAC/staff interface.
251         -
252             - Use the following text as separator for UNIMARC authors facets
253             - pref: UNIMARCAuthorsFacetsSeparator
254               class: short
255         -
256             - When searching on the ISBN index,
257             - pref: SearchWithISBNVariations
258               choices:
259                   yes: "search"
260                   no: "don't search"
261             - on all variations of the ISBN.
262         -
263             - pref: BiblioItemtypeInfo
264               choices:
265                   yes: "Display"
266                   no: "Don't display"
267             - " Koha record level itemtype info on detail and result pages in the OPAC and staff interface. This info also displays if the item-level_itypes system preference is set to bibliographic record."
268     Did you mean/spell checking:
269         -
270             - "Swedish service for spellchecking.<br/>"
271             - LIBRIS Spellchecking API key
272             - pref: LibrisKey
273             - "Can be obtained at http://api.libris.kb.se/bibspell."
274         -
275             - LIBRIS base URL
276             - pref: LibrisURL
277             - "Please only change this if you are sure it needs changing."