Merge remote branch 'kc/new/enh/bug_3659' into kcmaster
[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         -
59             - pref: TraceCompleteSubfields
60               default: 0
61               choices:
62                   yes: Force
63                   no: "Don't force"
64             - subject tracings in the OPAC and Staff Client to search only for complete-subfield matches.
65     Search Form:
66         -
67             - Show checkboxes to search by
68             - pref: AdvancedSearchTypes
69               choices:
70                   itemtypes: itemtype
71                   ccode: collection code
72             - on the OPAC and staff advanced search pages.
73         -
74             - By default,
75             - pref: expandedSearchOption
76               type: boolean
77               choices:
78                   yes: show
79                   no: "don't show"
80             - '"More options" on the OPAC and staff advanced search pages.'
81     Results Display:
82         -
83             - By default, sort search results in the staff client by
84             - pref: defaultSortField
85               default: relevance
86               choices:
87                   relevance: relevance
88                   popularity: total number of checkouts
89                   callnumber: call number
90                   pubdate: date of publication
91                   acqdate: date added
92                   title: title
93                   author: author
94             - ','
95             - pref: defaultSortOrder
96               choices:
97                   asc: ascending.
98                   dsc: descending.
99                   az: from A to Z.
100                   za: from Z to A.
101         -
102             - By default, show
103             - pref: numSearchResults
104               class: integer
105             - results per page in the staff client.
106         -
107             - By default, sort search results in the OPAC by
108             - pref: OPACdefaultSortField
109               default: relevance
110               choices:
111                   relevance: relevance
112                   popularity: total number of checkouts
113                   callnumber: call number
114                   pubdate: date of publication
115                   acqdate: date added
116                   title: title
117                   author: author
118             - ","
119             - pref: OPACdefaultSortOrder
120               choices:
121                   asc: ascending.
122                   dsc: descending.
123                   az: from A to Z.
124                   za: from Z to A.
125             -
126         -
127             - Show up to
128             - pref: maxItemsInSearchResults
129               class: integer
130             - items per biblio in the search results
131         -
132             - By default, show
133             - pref: OPACnumSearchResults
134               class: integer
135             - results per page in the OPAC.
136         -
137             - pref: OPACItemsResultsDisplay
138               type: boolean
139               choices:
140                   yes: Show
141                   no: "Don't show"
142             - "an item's branch, location and call number in OPAC search results."