Merge branch 'bug_9367' into 3.12-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
1 Searching:
2     Features:
3         -
4             - Perform wildcard searching (where, for example, <cite>Har</cite> would match <cite>Harry</cite> and <cite>harp</cite>)
5             - pref: QueryAutoTruncate
6               type: boolean
7               choices:
8                   yes: automatically.
9                   no: only if * is added.
10             - "<br />(The * character would be used like so: <cite>Har*</cite> or <cite>*logging</cite>.)"
11         -
12             - pref: QueryFuzzy
13               type: boolean
14               choices:
15                   yes: Try
16                   no: "Don't try"
17             - 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).
18         -
19             - pref: QueryStemming
20               type: boolean
21               choices:
22                   yes: Try
23                   no: "Don't try"
24             - 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).
25         -
26             - pref: QueryWeightFields
27               type: boolean
28               choices:
29                   yes: Enable
30                   no: Disable
31             - ranking of search results by relevance (REQUIRES ZEBRA).
32         -
33             - pref: OpacGroupResults
34               default: 0
35               choices:
36                   yes: Use
37                   no: "Don't use"
38             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
39         -
40             - pref: TraceCompleteSubfields
41               default: 0
42               choices:
43                   yes: Force
44                   no: "Don't force"
45             - subject tracings in the OPAC and Staff Client to search only for complete-subfield matches.
46         -
47             - pref: TraceSubjectSubdivisions
48               default: 0
49               choices:
50                   yes: Include
51                   no: "Don't include"
52             - subdivisions for searches generated by clicking on subject tracings.
53         -
54             - pref: UseICU
55               default: 0
56               choices:
57                   yes: Using
58                   no: "Not using"
59             - 'ICU Zebra indexing. Please note: This setting will not affect Zebra indexing, it should only be used to tell Koha that you have activated ICU indexing if you have actually done so, since there is no way for Koha to figure this out on its own.'
60         -
61             - pref: IncludeSeeFromInSearches
62               default: 0
63               choices:
64                   yes: Include
65                   no: "Don't include"
66             - "<i>see from</i> (non-preferred form) headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference."
67     Search Form:
68         -
69             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
70             - pref: AdvancedSearchTypes
71               class: long
72             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
73             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
74         -
75             - By default,
76             - pref: expandedSearchOption
77               type: boolean
78               choices:
79                   yes: show
80                   no: "don't show"
81             - '"More options" on the OPAC and staff advanced search pages.'
82         -
83             - By default,
84             - pref: OPACNumbersPreferPhrase
85               type: boolean
86               choices:
87                   yes: use
88                   no: "don't use"
89             - 'the operator "phr" in the callnumber and standard number OPAC searches'
90         -
91             - By default,
92             - pref: IntranetNumbersPreferPhrase
93               type: boolean
94               choices:
95                   yes: use
96                   no: "don't use"
97             - 'the operator "phr" in the callnumber and standard number staff client searches'
98     Results Display:
99         -
100             - By default, sort search results in the staff client by
101             - pref: defaultSortField
102               default: relevance
103               choices:
104                   relevance: relevance
105                   popularity: total number of checkouts
106                   call_number: call number
107                   pubdate: date of publication
108                   acqdate: date added
109                   title: title
110                   author: author
111             - ','
112             - pref: defaultSortOrder
113               choices:
114                   asc: ascending.
115                   dsc: descending.
116                   az: from A to Z.
117                   za: from Z to A.
118         -
119             - pref: displayFacetCount
120               type: boolean
121               default: no
122               choices:
123                   yes: Show
124                   no: "Don't show"
125             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
126         -
127             - By default, show
128             - pref: numSearchResults
129               class: integer
130             - results per page in the staff client.
131         -
132             - By default, sort search results in the OPAC by
133             - pref: OPACdefaultSortField
134               default: relevance
135               choices:
136                   relevance: relevance
137                   popularity: total number of checkouts
138                   call_number: call number
139                   pubdate: date of publication
140                   acqdate: date added
141                   title: title
142                   author: author
143             - ","
144             - pref: OPACdefaultSortOrder
145               choices:
146                   asc: ascending.
147                   dsc: descending.
148                   az: from A to Z.
149                   za: from Z to A.
150             -
151         -
152             - Show up to
153             - pref: maxItemsInSearchResults
154               class: integer
155             - items per biblio in the search results
156         -
157             - Build facets based on
158             - pref: maxRecordsForFacets
159               class: integer
160               default: 20
161             - records from the search results.
162         -
163             - By default, show
164             - pref: OPACnumSearchResults
165               class: integer
166             - results per page in the OPAC.
167         -
168             - pref: OPACItemsResultsDisplay
169               type: boolean
170               choices:
171                   yes: Show
172                   no: "Don't show"
173             - "an item's library, location and call number in OPAC search results."
174         -
175             - Truncate facets length to
176             - pref: FacetLabelTruncationLength
177               class: integer
178             - characters, in OPAC/staff interface.