From 11df6925d95b50dbf455b3ee543637462737bfe3 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro Date: Tue, 2 Apr 2024 16:25:55 +0200 Subject: [PATCH] installation: bump dependencies (#811) --- Pipfile.lock | 6 +++--- invenio.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 34e532a7..f5edde2c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1084,11 +1084,11 @@ }, "invenio-formatter": { "hashes": [ - "sha256:04b48cf12c6336eba2aae8c6c9fc5fe2345376417990f9012824cce231f9e20c", - "sha256:8cabe6a2425ac810d953dc16e6f6c15c5c4c2c14128a184c89e88e12a55ca753" + "sha256:17aee69fb74f369971d2f30401bef2b94045c4eac8d01db04f2b113711d2f1f0", + "sha256:e3ac8f121df9af570845f544d7ac034c75fcfa7e47854b2ec40043cb0f5e32df" ], "markers": "python_version >= '3.8'", - "version": "==2.0.2" + "version": "==2.0.3" }, "invenio-github": { "hashes": [ diff --git a/invenio.cfg b/invenio.cfg index 648c80d6..98c27cfa 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -427,7 +427,7 @@ RDM_SORT_OPTIONS = { } RDM_SEARCH = { - "facets": ["access_status", "resource_type", "subject", "file_type", "is_published"] + list(CUSTOM_FIELDS_FACETS.keys()), + "facets": ["access_status", "resource_type", "subject", "file_type"] + list(CUSTOM_FIELDS_FACETS.keys()), "sort": [ "mostviewed", "bestmatch",