From db0c7a4e21f7017b4b1dbd246cbf0de70deafb79 Mon Sep 17 00:00:00 2001 From: Mojib Wali <44528277+mb-wali@users.noreply.github.com> Date: Thu, 3 Mar 2022 10:03:20 +0100 Subject: [PATCH] config: introduced in v8 of invenioRDM --- invenio_config_tugraz/config.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/invenio_config_tugraz/config.py b/invenio_config_tugraz/config.py index 5c3b645..34702e2 100644 --- a/invenio_config_tugraz/config.py +++ b/invenio_config_tugraz/config.py @@ -239,6 +239,13 @@ will be generated randomly. DATACITE_FORMAT = "{prefix}/{id}" """Customize the generated DOI string.""" +DATACITE_DATACENTER_SYMBOL = "" +""""The OAI-PMH server's metadata format oai_datacite +that allows you to harvest record from InvenioRDM in DataCite XML needs +to be configured with your DataCite data center symbol. +This is only required if you want your records to be harvestable in DataCite XML format. +""" + # Invenio-app-rdm # ========================= # See https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/config.py @@ -253,6 +260,12 @@ If the value is callable, its return value will be used for the field (e.g. lambda/function for dynamic calculation of values). """ +APP_RDM_DEPOSIT_FORM_AUTOCOMPLETE_NAMES = "search" +"""Enable autocompleting names search field for creators/contributors. + +(e,g, "searc_only" or "off") +""" + SQLALCHEMY_ECHO = False """Enable to see all SQL queries."""