Bug 3587 - OPACdefaultSortField options error
[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             - pref: QueryAutoTruncate
18               type: boolean
19               choices:
20                   yes: Allow
21                   no: "Don't allow"
22             - words in a search query to use the * wildcard (for example, <cite>Har*</cite> would <cite>Harry</cite> and <cite>harp</cite>).
23         -
24             - pref: QueryFuzzy
25               type: boolean
26               choices:
27                   yes: Try
28                   no: "Don't try"
29             - 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).
30         -
31             - pref: QueryRemoveStopwords
32               type: boolean
33               choices:
34                   yes: Remove
35                   no: "Don't remove"
36             - stopwords <a href="http://localhost:8080/cgi-bin/koha/admin/stopwords.pl">specified in Koha</a> from searches. (Zebra, on its own, handles a few of the most common stopwords).
37         -
38             - pref: QueryStemming
39               type: boolean
40               choices:
41                   yes: Try
42                   no: "Don't try"
43             - 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).
44         -
45             - pref: QueryWeightFields
46               type: boolean
47               choices:
48                   yes: Enable
49                   no: Disable
50             - ranking of search results by relevance (REQUIRES ZEBRA).
51         -
52             - pref: OpacGroupResults
53               default: 0
54               choices:
55                   yes: Use
56                   no: "Don't use"
57             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
58     Search Form:
59         -
60             - Show checkboxes to search by
61             - pref: AdvancedSearchTypes
62               choices:
63                   itemtypes: itemtype
64                   ccode: collection code
65             - on the OPAC and staff advanced search pages.
66         -
67             - By default,
68             - pref: expandedSearchOption
69               type: boolean
70               choices:
71                   yes: show
72                   no: "don't show"
73             - '"More options" on the OPAC and staff advanced search pages.'
74     Results Display:
75         -
76             - Show search results
77             - pref: XSLTResultsDisplay
78               choices:
79                   yes: using XSLT stylesheets.
80                   no: normally.
81         -
82             - By default, sort search results in the staff client by
83             - pref: defaultSortField
84               default: relevance
85               choices:
86                   relevance: relevance
87                   popularity: total number of checkouts
88                   callnumber: call number
89                   pubdate: date of publication
90                   acqdate: date added
91                   title: title
92                   author: author
93             - ','
94             - pref: defaultSortOrder
95               choices:
96                   asc: ascending.
97                   desc: descending.
98                   az: from A to Z.
99                   za: from Z to A.
100         -
101             - By default, show
102             - pref: numSearchResults
103               class: integer
104             - results per page in the staff client.
105         -
106             - By default, sort search results in the OPAC by
107             - pref: OPACdefaultSortField
108               default: relevance
109               choices:
110                   relevance: relevance
111                   popularity: total number of checkouts
112                   callnumber: call number
113                   pubdate: date of publication
114                   acqdate: date added
115                   title: title
116                   author: author
117             - ","
118             - pref: OPACdefaultSortOrder
119               choices:
120                   asc: ascending.
121                   desc: descending.
122                   az: from A to Z.
123                   za: from Z to A.
124             -
125         -
126             - By default, show
127             - pref: OPACnumSearchResults
128               class: integer
129             - results per page in the OPAC.
130         -
131             - pref: OPACItemsResultsDisplay
132               type: boolean
133               choices:
134                   yes: Show
135                   no: "Don't show"
136             - "an item's branch, location and call number in OPAC search results."