Bug 13022 - Hardcoded limit causes records with more than 20 items to show inaccurate...
[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. 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.
156         -
157             - By default, sort search results in the OPAC by
158             - pref: OPACdefaultSortField
159               default: relevance
160               choices:
161                   relevance: relevance
162                   popularity: total number of checkouts
163                   call_number: call number
164                   pubdate: date of publication
165                   acqdate: date added
166                   title: title
167                   author: author
168             - ","
169             - pref: OPACdefaultSortOrder
170               choices:
171                   asc: ascending.
172                   dsc: descending.
173                   az: from A to Z.
174                   za: from Z to A.
175             -
176         -
177             - Show up to
178             - pref: maxItemsInSearchResults
179               class: integer
180             - items per biblio in the search results
181         -
182             - Build facets based on
183             - pref: maxRecordsForFacets
184               class: integer
185               default: 20
186             - records from the search results.
187         -
188             - Show up to
189             - pref: FacetMaxCount
190               class: integer
191               default: 20
192             - facets for each category.
193         -
194             - By default, show
195             - pref: OPACnumSearchResults
196               class: integer
197             - results per page in the OPAC.
198         -
199             - "Show facets for"
200             - pref: DisplayLibraryFacets
201               type: choice
202               choices:
203                   home: "home library"
204                   holding: "holding library"
205                   both: "both home and holding library"
206         -
207             - pref: OPACItemsResultsDisplay
208               type: boolean
209               choices:
210                   yes: Show
211                   no: "Don't show"
212             - "an item's library, location and call number in OPAC search results."
213         -
214             - Truncate facets length to
215             - pref: FacetLabelTruncationLength
216               class: integer
217             - characters, in OPAC/staff interface.
218         -
219             - Use the following text as separator for UNIMARC authors facets
220             - pref: UNIMARCAuthorsFacetsSeparator
221               class: short
222         -
223             - When searching on the ISBN index,
224             - pref: SearchWithISBNVariations
225               choices:
226                   yes: "search"
227                   no: "don't search"
228             - on all variations of the ISBN. Note that this preference has no effect if UseQueryParser is on.