Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
Jesse Weaver 147eee0e22 Data files for new system preferences editor
These are the necessary data files for the new system preferences
editor. They are not yet complete, but suitable for testing.
2009-09-06 23:04:08 -06:00

119 lines
4.4 KiB
Text

Searching:
# omitted, broken: sortbynonfiling
Features:
-
- pref: QueryAutoTruncate
type: boolean
choices:
yes: Allow
no: "Don't allow"
- words in a search query to use the * wildcard (for example, <cite>Har*</cite> would <cite>Harry</cite> and <cite>harp</cite>).
-
- pref: QueryFuzzy
type: boolean
choices:
yes: Try
no: "Don't try"
- 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).
-
- pref: QueryRemoveStopwords
type: boolean
choices:
yes: Remove
no: "Don't remove"
- 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).
-
- pref: QueryStemming
type: boolean
choices:
yes: Try
no: "Don't try"
- 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).
-
- pref: QueryWeightFields
type: boolean
choices:
yes: Enable
no: Disable
- ranking of search results by relevance (REQUIRES ZEBRA).
-
- pref: OpacGroupResults
default: 0
choices:
yes: Use
no: "Don't use"
- PazPar2 to group similar results on the OPAC. This requires that PazPar2 is set up and running.
Search Form:
-
- Show checkboxes to search by
- pref: AdvancedSearchTypes
choices:
itemtypes: itemtype
ccode: collection code
- on the OPAC and staff advanced search pages.
-
- By default,
- pref: expandedSearchOption
type: boolean
choices:
yes: show
no: "don't show"
- '"More options" on the OPAC and staff advanced search pages.'
Results Display:
-
- Show search results
- pref: XSLTResultsDisplay
choices:
yes: using XSLT stylesheets.
no: normally.
-
- By default, sort search results in the staff client by
- pref: defaultSortField
choices:
relevance: relevance
popularity: total number of checkouts
callnumber: call number
pubdate: date of publication
acqdate: date added
title: title
author: author
- ','
- pref: defaultSortOrder
choices:
asc: ascending.
desc: descending.
az: from A to Z.
za: from Z to A.
-
- By default, show
- pref: numSearchResults
class: integer
- results per page in the staff client.
-
- By default, sort search results in the OPAC by
- pref: OPACdefaultSortField
choices:
relevance: relevance
popularity: total number of checkouts
callnumber: call number
pubdate: date of publication
acqdate: date added
title: title
author: author}}, {{choice OPACdefaultSortOrder
asc: ascending.
desc: descending.
az: from A to Z.
za: from Z to A.
-
-
- By default, show
- pref: OPACnumSearchResults
class: integer
- results per page in the OPAC.
-
- pref: OPACItemsResultsDisplay
type: boolean
choices:
yes: Show
no: "Don't show"
- "an item's branch, location and call number in OPAC search results."