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