Merge remote-tracking branch 'origin/new/bug_3652'
[srvgit] / 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: DidYouMeanFromAuthorities
62               default: 0
63               choices:
64                   yes: Suggest
65                   no: "Don't suggest"
66             - alternate searches based on data in the authority file.
67             - pref: IncludeSeeFromInSearches
68               default: 0
69               choices:
70                   yes: Include
71                   no: "Don't include"
72             - "<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."
73     Search Form:
74         -
75             - Show tabs in OPAC and staff-side advanced search for limiting searches on the
76             - pref: AdvancedSearchTypes
77               class: long
78             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
79             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection Codes (<strong>ccode</strong>) and Shelving Location (<strong>loc</strong>)."
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                   call_number: 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                   call_number: 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 library, 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.