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