Bug 3729 - TransfersMaxDaysWarning needs wording fix
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
1 Searching:
2 # omitted, broken: sortbynonfiling
3     Features:
4         -
5             - pref: NoZebra
6               choices:
7                   yes: "Don't use"
8                   no: Use
9             - the Zebra search engine. Searches are very slow on even modest sized collections when Zebra is off.
10         -
11             - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' =&gt; '100a,245a,500*',</code>):
12             - pref: NoZebraIndexes
13               type: textarea
14               class: list
15             -
16         -
17             - Perform wildcard searching (where, for example, <cite>Har</cite> would match <cite>Harry</cite> and <cite>harp</cite>)
18             - pref: QueryAutoTruncate
19               type: boolean
20               choices:
21                   yes: automatically.
22                   no: only if * is added.
23             - "<br />(The * character would be used like so: <cite>Har*</cite> or <cite>*logging</cite>.)"
24         -
25             - pref: QueryFuzzy
26               type: boolean
27               choices:
28                   yes: Try
29                   no: "Don't try"
30             - 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).
31         -
32             - pref: QueryRemoveStopwords
33               type: boolean
34               choices:
35                   yes: Ignore
36                   no: "Don't ignore"
37             - stopwords specified in Koha when searching. (Only applies when Zebra is off).
38         -
39             - pref: QueryStemming
40               type: boolean
41               choices:
42                   yes: Try
43                   no: "Don't try"
44             - 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).
45         -
46             - pref: QueryWeightFields
47               type: boolean
48               choices:
49                   yes: Enable
50                   no: Disable
51             - ranking of search results by relevance (REQUIRES ZEBRA).
52         -
53             - pref: OpacGroupResults
54               default: 0
55               choices:
56                   yes: Use
57                   no: "Don't use"
58             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
59     Search Form:
60         -
61             - Show checkboxes to search by
62             - pref: AdvancedSearchTypes
63               choices:
64                   itemtypes: itemtype
65                   ccode: collection code
66             - on the OPAC and staff advanced search pages.
67         -
68             - By default,
69             - pref: expandedSearchOption
70               type: boolean
71               choices:
72                   yes: show
73                   no: "don't show"
74             - '"More options" on the OPAC and staff advanced search pages.'
75     Results Display:
76         -
77             - Show search results
78             - pref: XSLTResultsDisplay
79               choices:
80                   yes: using XSLT stylesheets.
81                   no: normally.
82         -
83             - By default, sort search results in the staff client by
84             - pref: defaultSortField
85               default: relevance
86               choices:
87                   relevance: relevance
88                   popularity: total number of checkouts
89                   callnumber: call number
90                   pubdate: date of publication
91                   acqdate: date added
92                   title: title
93                   author: author
94             - ','
95             - pref: defaultSortOrder
96               choices:
97                   asc: ascending.
98                   desc: descending.
99                   az: from A to Z.
100                   za: from Z to A.
101         -
102             - By default, show
103             - pref: numSearchResults
104               class: integer
105             - results per page in the staff client.
106         -
107             - By default, sort search results in the OPAC by
108             - pref: OPACdefaultSortField
109               default: relevance
110               choices:
111                   relevance: relevance
112                   popularity: total number of checkouts
113                   callnumber: call number
114                   pubdate: date of publication
115                   acqdate: date added
116                   title: title
117                   author: author
118             - ","
119             - pref: OPACdefaultSortOrder
120               choices:
121                   asc: ascending.
122                   desc: descending.
123                   az: from A to Z.
124                   za: from Z to A.
125             -
126         -
127             - By default, show
128             - pref: OPACnumSearchResults
129               class: integer
130             - results per page in the OPAC.
131         -
132             - pref: OPACItemsResultsDisplay
133               type: boolean
134               choices:
135                   yes: Show
136                   no: "Don't show"
137             - "an item's branch, location and call number in OPAC search results."