diff --git a/invenio.cfg b/invenio.cfg index 9e4d254..3062235 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -260,6 +260,10 @@ RDM_SORT_OPTIONS.update({ title=_('Publication Date'), fields=['-metadata.publication_date'], ), + "newest": dict( + title=_("Recently Added"), + fields=["-created"], + ), }) RDM_SEARCH = { "facets": ["resource_type", "subject", "access_status", "file_type" ], @@ -267,7 +271,6 @@ RDM_SEARCH = { "bestmatch", "newest", "publication", - "oldest", "version", "mostviewed", "mostdownloaded",