mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
8408 - sort ordering is parametrized and used only when no text query is send.
This commit is contained in:
@@ -310,3 +310,8 @@ info:
|
||||
markdown:
|
||||
enabled: false
|
||||
mathjax: false
|
||||
|
||||
# Default collection/community sorting order at Advanced search, Create/update community and collection when there are not a query.
|
||||
collectionSelectionSort:
|
||||
sortMetadata: "dc.title"
|
||||
sortDirection: "ASC"
|
@@ -1,5 +1,5 @@
|
||||
rest:
|
||||
ssl: true
|
||||
host: api7.dspace.org
|
||||
port: 443
|
||||
ssl: false
|
||||
host: localhost
|
||||
port: 9090
|
||||
nameSpace: /server
|
||||
|
Reference in New Issue
Block a user