Bug 21249: New syspref controlling branch fields queried against selected library...
[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         -
12             - pref: QueryFuzzy
13               type: boolean
14               choices:
15                   1: Try
16                   0: "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                   1: Try
23                   0: "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                   1: Enable
30                   0: 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: TraceCompleteSubfields
42               default: 0
43               choices:
44                   1: Force
45                   0: "Don't force"
46             - subject tracings in the OPAC and staff interface to search only for complete-subfield matches.
47         -
48             - pref: TraceSubjectSubdivisions
49               default: 0
50               choices:
51                   1: Include
52                   0: "Don't include"
53             - subdivisions for searches generated by clicking on subject tracings.
54         -
55             - pref: UseICUStyleQuotes
56               default: 0
57               choices:
58                   1: Use
59                   0: "Don't use"
60             - 'ICU style quotes ({}) when tracing subjects. The default is to use standard quotes ("").'
61         -
62             - pref: IncludeSeeFromInSearches
63               default: 0
64               choices:
65                   1: Include
66                   0: "Don't include"
67             - "<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."
68         -
69             - pref: EnableSearchHistory
70               default: 0
71               choices:
72                   1: Keep
73                   0: "Don't keep"
74             - patron search history in the staff interface.
75         -
76             - pref: BrowseResultSelection
77               default: 0
78               choices:
79                   1: Enable
80                   0: Disable
81             - "browsing search results from the bibliographic record detail page in staff interface."
82         -
83             - pref: ElasticsearchCrossFields
84               default: 0
85               choices:
86                   1: Enable
87                   0: Disable
88             - "the cross_fields option for Elasticsearch searches, supported in Elasticsearch 6.X and above."
89             - "See documentation at https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html#type-cross-fields"
90     Search form:
91         -
92             - pref : LoadSearchHistoryToTheFirstLoggedUser
93               default: 0
94               choices:
95                    1: "Add"
96                    no : "Don't add"
97             - search history of the unlogged user to the next patron logging in.
98         -
99             - Show tabs in the OPAC and staff interface advanced search for limiting searches on the
100             - pref: AdvancedSearchTypes
101               class: long
102             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
103             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
104         -
105             - Limit the languages listed in the advanced search drop-down to the
106             - pref: AdvancedSearchLanguages
107               class: long
108             - "ISO 639-2 language codes (separate values with | or ,)."
109             - "For example, to limit listing to French and Italian, enter <em>ita|fre</em>."
110         -
111             - By default,
112             - pref: expandedSearchOption
113               type: boolean
114               choices:
115                   1: show
116                   0: "don't show"
117             - '"More options" on the OPAC and staff interface advanced search pages.'
118         -
119             - By default,
120             - pref: OPACNumbersPreferPhrase
121               type: boolean
122               choices:
123                   1: use
124                   0: "don't use"
125             - 'the operator "phr" in the callnumber and standard number OPAC searches.'
126         -
127             - By default,
128             - pref: IntranetNumbersPreferPhrase
129               type: boolean
130               choices:
131                   1: use
132                   0: "don't use"
133             - 'the operator "phr" in the callnumber and standard number staff interface searches.'
134     Results display:
135         -
136             - pref: numSearchResultsDropdown
137               type: boolean
138               default: no
139               choices:
140                   1: Show
141                   0: "Don't show"
142             - results per page dropdown on staff interface search results.
143         -
144             - pref: OPACnumSearchResultsDropdown
145               type: boolean
146               default: no
147               choices:
148                   1: Show
149                   0: "Don't show"
150             - results per page dropdown on OPAC search results.
151         -
152             - By default, sort search results in the staff interface by
153             - pref: defaultSortField
154               default: relevance
155               choices:
156                   relevance: relevance
157                   popularity: total number of checkouts
158                   call_number: call number
159                   pubdate: date of publication
160                   acqdate: date added
161                   title: title
162                   author: author
163             - ','
164             - pref: defaultSortOrder
165               choices:
166                   asc: ascending.
167                   dsc: descending.
168                   az: from A to Z.
169                   za: from Z to A.
170         -
171             - pref: AdvancedSearchBranchFieldToUse
172               default: homebranch and holdingbranch
173               choices:
174                   homebranch: homebranch
175                   holdingbranch: holdingbranch
176                   homebranch and holdingbranch: homebranch and holdingbranch
177             - When a library or group of libraries is selected from the advanced search compare the selected branch value against this branch field(s) selected
178         -
179             - pref: displayFacetCount
180               type: boolean
181               default: no
182               choices:
183                   1: Show
184                   0: "Don't show"
185             - 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.
186         -
187             - By default, show
188             - pref: numSearchResults
189               class: integer
190             - results per page in the staff interface.
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                   1: Show
253                   0: "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                   1: "search"
269                   0: "don't search"
270             - on all variations of the ISBN.
271         -
272             - pref: BiblioItemtypeInfo
273               choices:
274                   1: "Display"
275                   0: "Don't display"
276             - ' 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.'
277     Did you mean/spell checking:
278         -
279             - "Swedish service for spellchecking.<br/>"
280             - LIBRIS Spellchecking API key
281             - pref: LibrisKey
282             - "Can be obtained at http://api.libris.kb.se/bibspell."
283         -
284             - LIBRIS base URL
285             - pref: LibrisURL
286             - "Please only change this if you are sure it needs changing."