mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
removing unnecessary settings in test configuration
This commit is contained in:
@@ -107,32 +107,5 @@ plugin.sequence.java.util.Collection = \
|
|||||||
java.util.TreeSet
|
java.util.TreeSet
|
||||||
|
|
||||||
#### OpenSearch Settings ####
|
#### OpenSearch Settings ####
|
||||||
# NB: for result data formatting, OpenSearch uses Syndication Feed Settings
|
|
||||||
# so even if Syndication Feeds are not enabled, they must be configured
|
|
||||||
# enable open search
|
# enable open search
|
||||||
websvc.opensearch.enable = true
|
websvc.opensearch.enable = true
|
||||||
# context for html request URLs - change only for non-standard servlet mapping
|
|
||||||
websvc.opensearch.uicontext = simple-search
|
|
||||||
# context for RSS/Atom request URLs - change only for non-standard servlet mapping
|
|
||||||
#websvc.opensearch.svccontext = open-search/
|
|
||||||
# present autodiscovery link in every page head
|
|
||||||
#websvc.opensearch.autolink = true
|
|
||||||
# number of hours to retain results before recalculating
|
|
||||||
#websvc.opensearch.validity = 48
|
|
||||||
# short name used in browsers for search service
|
|
||||||
# should be 16 or fewer characters
|
|
||||||
#websvc.opensearch.shortname = DS7 OpenSearch
|
|
||||||
# longer (up to 48 characters) name
|
|
||||||
#websvc.opensearch.longname = DSpace 7 OpenSearch Service
|
|
||||||
# brief service description
|
|
||||||
#websvc.opensearch.description = OpenSearch Service for DSpace 7
|
|
||||||
# location of favicon for service, if any must be 16X16 pixels
|
|
||||||
#websvc.opensearch.faviconurl = http://www.dspace.org/images/favicon.ico
|
|
||||||
# sample query - should return results
|
|
||||||
#websvc.opensearch.samplequery = cats
|
|
||||||
# tags used to describe search service
|
|
||||||
#websvc.opensearch.tags = IR DSpace
|
|
||||||
# result formats offered - use 1 or more comma-separated from: html,atom,rss
|
|
||||||
# NB: html is required for autodiscovery in browsers to function,
|
|
||||||
# and must be the first in the list if present
|
|
||||||
#websvc.opensearch.formats = html,atom,rss
|
|
||||||
|
Reference in New Issue
Block a user