Merge remote branch 'kc/new/enh/bug_5839' 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         -
66             - pref: TraceSubjectSubdivisions
67               default: 0
68               choices:
69                   yes: Include
70                   no: "Don't include"
71             - subdivisions for searches generated by clicking on subject tracings.
72     Search Form:
73         -
74             - Show checkboxes to search by
75             - pref: AdvancedSearchTypes
76               choices:
77                   itemtypes: itemtype
78                   ccode: collection code
79             - on the OPAC and staff advanced search pages.
80         -
81             - By default,
82             - pref: expandedSearchOption
83               type: boolean
84               choices:
85                   yes: show
86                   no: "don't show"
87             - '"More options" on the OPAC and staff advanced search pages.'
88     Results Display:
89         -
90             - By default, sort search results in the staff client by
91             - pref: defaultSortField
92               default: relevance
93               choices:
94                   relevance: relevance
95                   popularity: total number of checkouts
96                   callnumber: call number
97                   pubdate: date of publication
98                   acqdate: date added
99                   title: title
100                   author: author
101             - ','
102             - pref: defaultSortOrder
103               choices:
104                   asc: ascending.
105                   dsc: descending.
106                   az: from A to Z.
107                   za: from Z to A.
108         -
109             - pref: displayFacetCount
110               type: boolean
111               default: no
112               choices:
113                   yes: Show
114                   no: "Don't show"
115             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
116         -
117             - By default, show
118             - pref: numSearchResults
119               class: integer
120             - results per page in the staff client.
121         -
122             - By default, sort search results in the OPAC by
123             - pref: OPACdefaultSortField
124               default: relevance
125               choices:
126                   relevance: relevance
127                   popularity: total number of checkouts
128                   callnumber: call number
129                   pubdate: date of publication
130                   acqdate: date added
131                   title: title
132                   author: author
133             - ","
134             - pref: OPACdefaultSortOrder
135               choices:
136                   asc: ascending.
137                   dsc: descending.
138                   az: from A to Z.
139                   za: from Z to A.
140             -
141         -
142             - Show up to
143             - pref: maxItemsInSearchResults
144               class: integer
145             - items per biblio in the search results
146         -
147             - Build facets based on
148             - pref: maxRecordsForFacets
149               class: integer
150               default: 20
151             - records from the search results.
152         -
153             - By default, show
154             - pref: OPACnumSearchResults
155               class: integer
156             - results per page in the OPAC.
157         -
158             - pref: OPACItemsResultsDisplay
159               type: boolean
160               choices:
161                   yes: Show
162                   no: "Don't show"
163             - "an item's branch, location and call number in OPAC search results."
164         -
165             - Truncate facets length to
166             - pref: FacetLabelTruncationLength
167               class: integer
168             - characters, in OPAC/staff interface.