From 560de6716e4b4388f9fb34645eabb2d04f759f0d Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 13 Dec 2023 17:41:36 +0100 Subject: [PATCH] donot --- src/config/doNotConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/doNotConfig.js b/src/config/doNotConfig.js index d7b0c5e2..87ea4f42 100644 --- a/src/config/doNotConfig.js +++ b/src/config/doNotConfig.js @@ -1,6 +1,6 @@ export const doNotSearch = { persons: { - ids: ['idref227790677', 'idref257915222', 'idref261699784'], + ids: ['idref227790677', 'idref257915222', 'idref261699784', 'idref258520361'], }, publications: { ids: ['hal-02423632', 'hal-02422378', 'hal-02415294', 'hal-02415565', 'dumas-02948128', 'hal-03540209', 'nnt2021coaz0011'], @@ -8,5 +8,5 @@ export const doNotSearch = { }; export const doNotDisplay = { publication: ['hal-02423632', 'hal-02422378', 'hal-02415294', 'hal-02415565', 'dumas-02948128', 'hal-03540209', 'nnt2021coaz0011'], - person: ['idref227790677', 'idref257915222', 'idref261699784'], + person: ['idref227790677', 'idref257915222', 'idref261699784', 'idref258520361'], };