mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
8408 - sort ordering is parametrized and used only when no text query is send.
This commit is contained in:
@@ -283,4 +283,8 @@ export const environment: BuildConfig = {
|
||||
enabled: false,
|
||||
mathjax: false,
|
||||
},
|
||||
collectionSelectionSort: {
|
||||
sortMetadata:"dc.title",
|
||||
sortDirection:"ASC",
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user