From a6f7d2d192baeb716ec6eae87d54176e0de5efbd Mon Sep 17 00:00:00 2001 From: victor barbier Date: Mon, 28 Oct 2024 12:14:38 +0100 Subject: [PATCH] fix(networks): temporary use softwares --- client/src/api/networks/network/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/api/networks/network/config.ts b/client/src/api/networks/network/config.ts index 3fed2c66..60780d08 100644 --- a/client/src/api/networks/network/config.ts +++ b/client/src/api/networks/network/config.ts @@ -67,8 +67,8 @@ export const CONFIG = { }, }, software: { - field: "software.id_name", - aggregation: "software.id_name.keyword", + field: "softwares.id_name", + aggregation: "softwares.id_name.keyword", co_aggregation: "co_software.keyword", url: (_: string, label: string) => `/search/publications?q="${label.replace(/ /g, "+")}"`, terminology: {