Bug 13022 [QA Followup] - Allow the pref to be unset for unlimited item status checks
[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: OpacGroupResults
34               default: 0
35               choices:
36                   yes: Use
37                   no: "Don't use"
38             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
39         -
40             - pref: TraceCompleteSubfields
41               default: 0
42               choices:
43                   yes: Force
44                   no: "Don't force"
45             - subject tracings in the OPAC and Staff Client to search only for complete-subfield matches.
46         -
47             - pref: TraceSubjectSubdivisions
48               default: 0
49               choices:
50                   yes: Include
51                   no: "Don't include"
52             - subdivisions for searches generated by clicking on subject tracings.
53         -
54             - pref: UseICU
55               default: 0
56               choices:
57                   yes: Using
58                   no: "Not using"
59             - '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.'
60         -
61             - pref: UseQueryParser
62               default: 1
63               choices:
64                   yes: Try
65                   no: "Do not try"
66             - '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.'
67         -
68             - pref: IncludeSeeFromInSearches
69               default: 0
70               choices:
71                   yes: Include
72                   no: "Don't include"
73             - "<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."
74         -
75             - pref: EnableSearchHistory
76               default: 0
77               choices:
78                   yes: Keep
79                   no: "Don't keep"
80             - patron search history in the staff client.
81     Search Form:
82         -
83             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
84             - pref: AdvancedSearchTypes
85               class: long
86             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
87             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
88         -
89             - Limit the languages listed in the advanced search drop-down to the
90             - pref: AdvancedSearchLanguages
91               class: long
92             - "ISO 639-2 language codes (separate values with | or ,)."
93             - "For example, to limit listing to French and Italian, enter <em>ita|fre</em>."
94         -
95             - By default,
96             - pref: expandedSearchOption
97               type: boolean
98               choices:
99                   yes: show
100                   no: "don't show"
101             - '"More options" on the OPAC and staff advanced search pages.'
102         -
103             - By default,
104             - pref: OPACNumbersPreferPhrase
105               type: boolean
106               choices:
107                   yes: use
108                   no: "don't use"
109             - 'the operator "phr" in the callnumber and standard number OPAC searches'
110         -
111             - By default,
112             - pref: IntranetNumbersPreferPhrase
113               type: boolean
114               choices:
115                   yes: use
116                   no: "don't use"
117             - 'the operator "phr" in the callnumber and standard number staff client searches'
118     Results Display:
119         -
120             - By default, sort search results in the staff client by
121             - pref: defaultSortField
122               default: relevance
123               choices:
124                   relevance: relevance
125                   popularity: total number of checkouts
126                   call_number: call number
127                   pubdate: date of publication
128                   acqdate: date added
129                   title: title
130                   author: author
131             - ','
132             - pref: defaultSortOrder
133               choices:
134                   asc: ascending.
135                   dsc: descending.
136                   az: from A to Z.
137                   za: from Z to A.
138         -
139             - pref: displayFacetCount
140               type: boolean
141               default: no
142               choices:
143                   yes: Show
144                   no: "Don't show"
145             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
146         -
147             - By default, show
148             - pref: numSearchResults
149               class: integer
150             - results per page in the staff client.
151         -
152             - For records with many items, only check the availability status for the first
153             - pref: MaxSearchResultsItemsPerRecordStatusCheck
154               class: integer
155             - items.
156             - <br/>If a record has more than this number of items, they availability statuses may be incorrect in the search results, but will be correct in the record details.
157             - <br/>Leave empty for no limit on the number of items for which to check the status.
158         -
159             - By default, sort search results in the OPAC by
160             - pref: OPACdefaultSortField
161               default: relevance
162               choices:
163                   relevance: relevance
164                   popularity: total number of checkouts
165                   call_number: call number
166                   pubdate: date of publication
167                   acqdate: date added
168                   title: title
169                   author: author
170             - ","
171             - pref: OPACdefaultSortOrder
172               choices:
173                   asc: ascending.
174                   dsc: descending.
175                   az: from A to Z.
176                   za: from Z to A.
177             -
178         -
179             - Show up to
180             - pref: maxItemsInSearchResults
181               class: integer
182             - items per biblio in the search results
183         -
184             - Build facets based on
185             - pref: maxRecordsForFacets
186               class: integer
187               default: 20
188             - records from the search results.
189         -
190             - Show up to
191             - pref: FacetMaxCount
192               class: integer
193               default: 20
194             - facets for each category.
195         -
196             - By default, show
197             - pref: OPACnumSearchResults
198               class: integer
199             - results per page in the OPAC.
200         -
201             - "Show facets for"
202             - pref: DisplayLibraryFacets
203               type: choice
204               choices:
205                   home: "home library"
206                   holding: "holding library"
207                   both: "both home and holding library"
208         -
209             - pref: OPACItemsResultsDisplay
210               type: boolean
211               choices:
212                   yes: Show
213                   no: "Don't show"
214             - "an item's library, location and call number in OPAC search results."
215         -
216             - Truncate facets length to
217             - pref: FacetLabelTruncationLength
218               class: integer
219             - characters, in OPAC/staff interface.
220         -
221             - Use the following text as separator for UNIMARC authors facets
222             - pref: UNIMARCAuthorsFacetsSeparator
223               class: short
224         -
225             - When searching on the ISBN index,
226             - pref: SearchWithISBNVariations
227               choices:
228                   yes: "search"
229                   no: "don't search"
230             - on all variations of the ISBN. Note that this preference has no effect if UseQueryParser is on.