bug 3920 follow-up: tweak wording of staff XSLT* sysprefs
[koha_gimpoz] / 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 biblio records on result page in the staff client
78             - pref: XSLTResultsDisplay
79               choices:
80                   yes: using XSLT stylesheets.
81                   no: normally.
82         -   
83             - Show item details pages in the staff client
84             - pref: XSLTDetailsDisplay
85               choices:
86                   yes: using XSLT stylesheets.
87                   no: normally.
88         -
89             - By default, sort search results in the staff client by
90             - pref: defaultSortField
91               default: relevance
92               choices:
93                   relevance: relevance
94                   popularity: total number of checkouts
95                   callnumber: call number
96                   pubdate: date of publication
97                   acqdate: date added
98                   title: title
99                   author: author
100             - ','
101             - pref: defaultSortOrder
102               choices:
103                   asc: ascending.
104                   desc: descending.
105                   az: from A to Z.
106                   za: from Z to A.
107         -
108             - By default, show
109             - pref: numSearchResults
110               class: integer
111             - results per page in the staff client.
112         -
113             - By default, sort search results in the OPAC by
114             - pref: OPACdefaultSortField
115               default: relevance
116               choices:
117                   relevance: relevance
118                   popularity: total number of checkouts
119                   callnumber: call number
120                   pubdate: date of publication
121                   acqdate: date added
122                   title: title
123                   author: author
124             - ","
125             - pref: OPACdefaultSortOrder
126               choices:
127                   asc: ascending.
128                   desc: descending.
129                   az: from A to Z.
130                   za: from Z to A.
131             -
132         -
133             - By default, show
134             - pref: OPACnumSearchResults
135               class: integer
136             - results per page in the OPAC.
137         -
138             - pref: OPACItemsResultsDisplay
139               type: boolean
140               choices:
141                   yes: Show
142                   no: "Don't show"
143             - "an item's branch, location and call number in OPAC search results."