Bug 7897: Move the SocialNetworks syspref to the Opac tab
[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         -
73             - pref: UseICU
74               default: 0
75               choices:
76                   yes: Using
77                   no: "Not using"
78             - '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.'
79     Search Form:
80         -
81             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
82             - pref: AdvancedSearchTypes
83               class: long
84             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
85             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
86         -
87             - By default,
88             - pref: expandedSearchOption
89               type: boolean
90               choices:
91                   yes: show
92                   no: "don't show"
93             - '"More options" on the OPAC and staff advanced search pages.'
94     Results Display:
95         -
96             - By default, sort search results in the staff client by
97             - pref: defaultSortField
98               default: relevance
99               choices:
100                   relevance: relevance
101                   popularity: total number of checkouts
102                   callnumber: call number
103                   pubdate: date of publication
104                   acqdate: date added
105                   title: title
106                   author: author
107             - ','
108             - pref: defaultSortOrder
109               choices:
110                   asc: ascending.
111                   dsc: descending.
112                   az: from A to Z.
113                   za: from Z to A.
114         -
115             - pref: displayFacetCount
116               type: boolean
117               default: no
118               choices:
119                   yes: Show
120                   no: "Don't show"
121             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
122         -
123             - By default, show
124             - pref: numSearchResults
125               class: integer
126             - results per page in the staff client.
127         -
128             - By default, sort search results in the OPAC by
129             - pref: OPACdefaultSortField
130               default: relevance
131               choices:
132                   relevance: relevance
133                   popularity: total number of checkouts
134                   callnumber: call number
135                   pubdate: date of publication
136                   acqdate: date added
137                   title: title
138                   author: author
139             - ","
140             - pref: OPACdefaultSortOrder
141               choices:
142                   asc: ascending.
143                   dsc: descending.
144                   az: from A to Z.
145                   za: from Z to A.
146             -
147         -
148             - Show up to
149             - pref: maxItemsInSearchResults
150               class: integer
151             - items per biblio in the search results
152         -
153             - Build facets based on
154             - pref: maxRecordsForFacets
155               class: integer
156               default: 20
157             - records from the search results.
158         -
159             - By default, show
160             - pref: OPACnumSearchResults
161               class: integer
162             - results per page in the OPAC.
163         -
164             - pref: OPACItemsResultsDisplay
165               type: boolean
166               choices:
167                   yes: Show
168                   no: "Don't show"
169             - "an item's library, location and call number in OPAC search results."
170         -
171             - Truncate facets length to
172             - pref: FacetLabelTruncationLength
173               class: integer
174             - characters, in OPAC/staff interface.