bug 4412 move staff xslt prefs to staff client tab
[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             - By default, sort search results in the staff client by
78             - pref: defaultSortField
79               default: relevance
80               choices:
81                   relevance: relevance
82                   popularity: total number of checkouts
83                   callnumber: call number
84                   pubdate: date of publication
85                   acqdate: date added
86                   title: title
87                   author: author
88             - ','
89             - pref: defaultSortOrder
90               choices:
91                   asc: ascending.
92                   desc: descending.
93                   az: from A to Z.
94                   za: from Z to A.
95         -
96             - By default, show
97             - pref: numSearchResults
98               class: integer
99             - results per page in the staff client.
100         -
101             - By default, sort search results in the OPAC by
102             - pref: OPACdefaultSortField
103               default: relevance
104               choices:
105                   relevance: relevance
106                   popularity: total number of checkouts
107                   callnumber: call number
108                   pubdate: date of publication
109                   acqdate: date added
110                   title: title
111                   author: author
112             - ","
113             - pref: OPACdefaultSortOrder
114               choices:
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."