Merge branch 'bug_9107' 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     Results Display:
83         -
84             - By default, sort search results in the staff client by
85             - pref: defaultSortField
86               default: relevance
87               choices:
88                   relevance: relevance
89                   popularity: total number of checkouts
90                   call_number: call number
91                   pubdate: date of publication
92                   acqdate: date added
93                   title: title
94                   author: author
95             - ','
96             - pref: defaultSortOrder
97               choices:
98                   asc: ascending.
99                   dsc: descending.
100                   az: from A to Z.
101                   za: from Z to A.
102         -
103             - pref: displayFacetCount
104               type: boolean
105               default: no
106               choices:
107                   yes: Show
108                   no: "Don't show"
109             - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface.
110         -
111             - By default, show
112             - pref: numSearchResults
113               class: integer
114             - results per page in the staff client.
115         -
116             - By default, sort search results in the OPAC by
117             - pref: OPACdefaultSortField
118               default: relevance
119               choices:
120                   relevance: relevance
121                   popularity: total number of checkouts
122                   call_number: call number
123                   pubdate: date of publication
124                   acqdate: date added
125                   title: title
126                   author: author
127             - ","
128             - pref: OPACdefaultSortOrder
129               choices:
130                   asc: ascending.
131                   dsc: descending.
132                   az: from A to Z.
133                   za: from Z to A.
134             -
135         -
136             - Show up to
137             - pref: maxItemsInSearchResults
138               class: integer
139             - items per biblio in the search results
140         -
141             - Build facets based on
142             - pref: maxRecordsForFacets
143               class: integer
144               default: 20
145             - records from the search results.
146         -
147             - By default, show
148             - pref: OPACnumSearchResults
149               class: integer
150             - results per page in the OPAC.
151         -
152             - pref: OPACItemsResultsDisplay
153               type: boolean
154               choices:
155                   yes: Show
156                   no: "Don't show"
157             - "an item's library, location and call number in OPAC search results."
158         -
159             - Truncate facets length to
160             - pref: FacetLabelTruncationLength
161               class: integer
162             - characters, in OPAC/staff interface.