diff --git a/invenio.cfg b/invenio.cfg index 12b55c768..401d57133 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -523,3 +523,6 @@ OPENAIRE_PORTAL_URL = 'https://explore.openaire.eu' METRICS_UPTIME_ROBOT_METRIC_IDS = {} METRICS_UPTIME_ROBOT_URL = "https://api.uptimerobot.com/v2/getMonitors" METRICS_UPTIME_ROBOT_API_KEY = None + +RDM_SEARCH_SORT_BY_VERIFIED = True +"""Enable the sorting of records by verified". \ No newline at end of file