Merge remote-tracking branch 'origin/new/bug_6875'
[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.  It is recommended to use Zebra; the option to not use Zebra is deprecated and is not guaranteed to work.
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 tabs in OPAC and staff-side advanced search for limiting searches on the
75             - pref: AdvancedSearchTypes
76               class: long
77             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
78             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
79         -
80             - By default,
81             - pref: expandedSearchOption
82               type: boolean
83               choices:
84                   yes: show
85                   no: "don't show"
86             - '"More options" on the OPAC and staff advanced search pages.'
87     Results Display:
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                   dsc: descending.
105                   az: from A to Z.
106                   za: from Z to A.
107         -
108             - pref: displayFacetCount
109               type: boolean
110               default: no
111               choices:
112                   yes: Show
113                   no: "Don't show"
114             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
115         -
116             - By default, show
117             - pref: numSearchResults
118               class: integer
119             - results per page in the staff client.
120         -
121             - By default, sort search results in the OPAC by
122             - pref: OPACdefaultSortField
123               default: relevance
124               choices:
125                   relevance: relevance
126                   popularity: total number of checkouts
127                   callnumber: call number
128                   pubdate: date of publication
129                   acqdate: date added
130                   title: title
131                   author: author
132             - ","
133             - pref: OPACdefaultSortOrder
134               choices:
135                   asc: ascending.
136                   dsc: descending.
137                   az: from A to Z.
138                   za: from Z to A.
139             -
140         -
141             - Show up to
142             - pref: maxItemsInSearchResults
143               class: integer
144             - items per biblio in the search results
145         -
146             - Build facets based on
147             - pref: maxRecordsForFacets
148               class: integer
149               default: 20
150             - records from the search results.
151         -
152             - By default, show
153             - pref: OPACnumSearchResults
154               class: integer
155             - results per page in the OPAC.
156         -
157             - pref: OPACItemsResultsDisplay
158               type: boolean
159               choices:
160                   yes: Show
161                   no: "Don't show"
162             - "an item's branch, location and call number in OPAC search results."
163         -
164             - Truncate facets length to
165             - pref: FacetLabelTruncationLength
166               class: integer
167             - characters, in OPAC/staff interface.