Merge branch 'master' into template_toolkit
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
1 Searching:
2     Features:
3         -
4             - pref: NoZebra
5               choices:
6                   yes: "Don't use"
7                   no: Use
8             - the Zebra search engine. Searches are very slow on even modest sized collections when Zebra is off.
9         -
10             - 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>):
11             - pref: NoZebraIndexes
12               type: textarea
13               class: list
14             -
15         -
16             - Perform wildcard searching (where, for example, <cite>Har</cite> would match <cite>Harry</cite> and <cite>harp</cite>)
17             - pref: QueryAutoTruncate
18               type: boolean
19               choices:
20                   yes: automatically.
21                   no: only if * is added.
22             - "<br />(The * character would be used like so: <cite>Har*</cite> or <cite>*logging</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: Ignore
35                   no: "Don't ignore"
36             - stopwords specified in Koha when searching. (Only applies when Zebra is off).
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             - By default, sort search results in the staff client by
77             - pref: defaultSortField
78               default: relevance
79               choices:
80                   relevance: relevance
81                   popularity: total number of checkouts
82                   callnumber: call number
83                   pubdate: date of publication
84                   acqdate: date added
85                   title: title
86                   author: author
87             - ','
88             - pref: defaultSortOrder
89               choices:
90                   asc: ascending.
91                   dsc: descending.
92                   az: from A to Z.
93                   za: from Z to A.
94         -
95             - By default, show
96             - pref: numSearchResults
97               class: integer
98             - results per page in the staff client.
99         -
100             - By default, sort search results in the OPAC by
101             - pref: OPACdefaultSortField
102               default: relevance
103               choices:
104                   relevance: relevance
105                   popularity: total number of checkouts
106                   callnumber: call number
107                   pubdate: date of publication
108                   acqdate: date added
109                   title: title
110                   author: author
111             - ","
112             - pref: OPACdefaultSortOrder
113               choices:
114                   asc: ascending.
115                   dsc: descending.
116                   az: from A to Z.
117                   za: from Z to A.
118             -
119         -
120             - By default, show
121             - pref: OPACnumSearchResults
122               class: integer
123             - results per page in the OPAC.
124         -
125             - pref: OPACItemsResultsDisplay
126               type: boolean
127               choices:
128                   yes: Show
129                   no: "Don't show"
130             - "an item's branch, location and call number in OPAC search results."