mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
First part of search update - reduce search size, add in fields for sorting content, lessen dependency on handles
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2508 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -474,7 +474,7 @@ plugin.single.org.dspace.app.webui.util.StyleSelection = \
|
||||
# webui.browse.index.<n> = <index name> : item : <sort option name> : (asc | desc)
|
||||
#
|
||||
# sort option name: this is the sorting to be applied to the display. It must match the
|
||||
# name given to one of the webui.browse.sort-option entries given below.
|
||||
# name given to one of the webui.itemlist.sort-option entries given below.
|
||||
#
|
||||
# The final part of the configuration is optional, and specifies the default ordering
|
||||
# for the index - whether it is ASCending (the default, and best for text indexes), or
|
||||
@@ -499,13 +499,13 @@ webui.browse.index.4 = subject:metadata:dc.subject.*:text
|
||||
|
||||
# Set the options for what can be sorted by
|
||||
#
|
||||
# Sort options will be available when browsing a list of items (i.e. only in
|
||||
# "full" mode, not "single" mode). You can define an arbitrary number of fields
|
||||
# Sort options will be available when browsing a list of items (i.e. an 'item' browse,
|
||||
# or search results). You can define an arbitrary number of fields
|
||||
# to sort on, irrespective of which fields you display using webui.itemlist.columns
|
||||
#
|
||||
# the format is:
|
||||
#
|
||||
# webui.browse.sort-option.<n> = <option name> : \
|
||||
# webui.itemlist.sort-option.<n> = <option name> : \
|
||||
# <schema prefix>.<element>[.<qualifier>|.*] : \
|
||||
# (date | text | ...) : (show | hide)
|
||||
#
|
||||
@@ -518,9 +518,9 @@ webui.browse.index.4 = subject:metadata:dc.subject.*:text
|
||||
# you need to define a specific date sort for use by the recent items lists,
|
||||
# but otherwise don't want users to choose that option.
|
||||
#
|
||||
webui.browse.sort-option.1 = title:dc.title:title
|
||||
webui.browse.sort-option.2 = dateissued:dc.date.issued:date
|
||||
webui.browse.sort-option.3 = dateaccessioned:dc.date.accessioned:date
|
||||
webui.itemlist.sort-option.1 = title:dc.title:title
|
||||
webui.itemlist.sort-option.2 = dateissued:dc.date.issued:date
|
||||
webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date
|
||||
|
||||
# Set the options for the size (number of characters) of the fields stored in the database.
|
||||
#
|
||||
@@ -550,9 +550,9 @@ webui.browse.sort-option.3 = dateaccessioned:dc.date.accessioned:date
|
||||
#
|
||||
# The default datatypes (and delegates) are:
|
||||
#
|
||||
# author = org.dspace.browse.BrowseOrderAuthor
|
||||
# title = org.dspace.browse.BrowseOrderTitle
|
||||
# text = org.dspace.browse.BrowseOrderText
|
||||
# author = org.dspace.sort.OrderFormatAuthor
|
||||
# title = org.dspace.sort.OrderFormatTitle
|
||||
# text = org.dspace.sort.OrderFormatText
|
||||
#
|
||||
# If you redefine a default datatype here, the configuration will be used in preference
|
||||
# to the default, however, if you do not explicitly redefine a datatype, then the
|
||||
@@ -560,8 +560,8 @@ webui.browse.sort-option.3 = dateaccessioned:dc.date.accessioned:date
|
||||
#
|
||||
# Uncomment the configuration below to use the multi-lingual MARC 21 title ordering.
|
||||
#
|
||||
#plugin.named.org.dspace.browse.BrowseOrderDelegate= \
|
||||
# org.dspace.browse.BrowseOrderTitleMarc21=title
|
||||
#plugin.named.org.dspace.sort.OrderFormatDelegate= \
|
||||
# org.dspace.sort.OrderFormatTitleMarc21=title
|
||||
|
||||
## Set the options for how authors are displayed in the browse listing
|
||||
|
||||
|
Reference in New Issue
Block a user