From 85b844d57e75af6241047d34a564fa533a28f6c2 Mon Sep 17 00:00:00 2001 From: "michele.artini" Date: Fri, 15 Mar 2024 15:03:27 +0100 Subject: [PATCH] updated BASE filter param --- .../eu/dnetlib/dhp/collection/plugin/base/sql/base.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/plugin/base/sql/base.sql b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/plugin/base/sql/base.sql index 0303962fd..9a3012949 100644 --- a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/plugin/base/sql/base.sql +++ b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/plugin/base/sql/base.sql @@ -108,7 +108,7 @@ INSERT INTO dsm_apiparams( 'api_________::openaire____::base_search::dump@@acceptedNormTypes', 'api_________::openaire____::base_search::dump', 'acceptedNormTypes', - '1,11,111,121,13,14,15,18,181,182,183,1A,6,7' + '1,11,111,121,14,15,18,181,182,183,1A,6,7' ); COMMIT; \ No newline at end of file