Bug 3587 - OPACdefaultSortField options error

This commit is contained in:
Jesse Weaver 2009-11-02 20:22:50 -07:00
parent 9f5d5001e6
commit 174e98b63a

View file

@ -81,6 +81,7 @@ Searching:
-
- By default, sort search results in the staff client by
- pref: defaultSortField
default: relevance
choices:
relevance: relevance
popularity: total number of checkouts
@ -104,6 +105,7 @@ Searching:
-
- By default, sort search results in the OPAC by
- pref: OPACdefaultSortField
default: relevance
choices:
relevance: relevance
popularity: total number of checkouts
@ -111,7 +113,10 @@ Searching:
pubdate: date of publication
acqdate: date added
title: title
author: author}}, {{choice OPACdefaultSortOrder
author: author
- ","
- pref: OPACdefaultSortOrder
choices:
asc: ascending.
desc: descending.
az: from A to Z.