Add and change preferences, change tab names in sysprefs editor
[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               choices:
85                   relevance: relevance
86                   popularity: total number of checkouts
87                   callnumber: call number
88                   pubdate: date of publication
89                   acqdate: date added
90                   title: title
91                   author: author
92             - ','
93             - pref: defaultSortOrder
94               choices:
95                   asc: ascending.
96                   desc: descending.
97                   az: from A to Z.
98                   za: from Z to A.
99         -
100             - By default, show
101             - pref: numSearchResults
102               class: integer
103             - results per page in the staff client.
104         -
105             - By default, sort search results in the OPAC by
106             - pref: OPACdefaultSortField
107               choices:
108                   relevance: relevance
109                   popularity: total number of checkouts
110                   callnumber: call number
111                   pubdate: date of publication
112                   acqdate: date added
113                   title: title
114                   author: author}}, {{choice OPACdefaultSortOrder
115                   asc: ascending.
116                   desc: descending.
117                   az: from A to Z.
118                   za: from Z to A.
119             -
120         -
121             - By default, show
122             - pref: OPACnumSearchResults
123               class: integer
124             - results per page in the OPAC.
125         -
126             - pref: OPACItemsResultsDisplay
127               type: boolean
128               choices:
129                   yes: Show
130                   no: "Don't show"
131             - "an item's branch, location and call number in OPAC search results."