Data files for new system preferences editor
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / searching.pref
1 Searching:
2 # omitted, broken: sortbynonfiling
3     Features:
4         -
5             - pref: QueryAutoTruncate
6               type: boolean
7               choices:
8                   yes: Allow
9                   no: "Don't allow"
10             - words in a search query to use the * wildcard (for example, <cite>Har*</cite> would <cite>Harry</cite> and <cite>harp</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: QueryRemoveStopwords
20               type: boolean
21               choices:
22                   yes: Remove
23                   no: "Don't remove"
24             - stopwords <a href="http://localhost:8080/cgi-bin/koha/admin/stopwords.pl">specified in Koha</a> from searches. (Zebra, on its own, handles a few of the most common stopwords).
25         -
26             - pref: QueryStemming
27               type: boolean
28               choices:
29                   yes: Try
30                   no: "Don't try"
31             - 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).
32         -
33             - pref: QueryWeightFields
34               type: boolean
35               choices:
36                   yes: Enable
37                   no: Disable
38             - ranking of search results by relevance (REQUIRES ZEBRA).
39         -
40             - pref: OpacGroupResults
41               default: 0
42               choices:
43                   yes: Use
44                   no: "Don't use"
45             - PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
46     Search Form:
47         -
48             - Show checkboxes to search by
49             - pref: AdvancedSearchTypes
50               choices:
51                   itemtypes: itemtype
52                   ccode: collection code
53             - on the OPAC and staff advanced search pages.
54         -
55             - By default,
56             - pref: expandedSearchOption
57               type: boolean
58               choices:
59                   yes: show
60                   no: "don't show"
61             - '"More options" on the OPAC and staff advanced search pages.'
62     Results Display:
63         -
64             - Show search results
65             - pref: XSLTResultsDisplay
66               choices:
67                   yes: using XSLT stylesheets.
68                   no: normally.
69         -
70             - By default, sort search results in the staff client by
71             - pref: defaultSortField
72               choices:
73                   relevance: relevance
74                   popularity: total number of checkouts
75                   callnumber: call number
76                   pubdate: date of publication
77                   acqdate: date added
78                   title: title
79                   author: author
80             - ','
81             - pref: defaultSortOrder
82               choices:
83                   asc: ascending.
84                   desc: descending.
85                   az: from A to Z.
86                   za: from Z to A.
87         -
88             - By default, show
89             - pref: numSearchResults
90               class: integer
91             - results per page in the staff client.
92         -
93             - By default, sort search results in the OPAC by
94             - pref: OPACdefaultSortField
95               choices:
96                   relevance: relevance
97                   popularity: total number of checkouts
98                   callnumber: call number
99                   pubdate: date of publication
100                   acqdate: date added
101                   title: title
102                   author: author}}, {{choice OPACdefaultSortOrder
103                   asc: ascending.
104                   desc: descending.
105                   az: from A to Z.
106                   za: from Z to A.
107             -
108         -
109             - By default, show
110             - pref: OPACnumSearchResults
111               class: integer
112             - results per page in the OPAC.
113         -
114             - pref: OPACItemsResultsDisplay
115               type: boolean
116               choices:
117                   yes: Show
118                   no: "Don't show"
119             - "an item's branch, location and call number in OPAC search results."