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'], };