Skip to content

Commit

Permalink
fix(networks): temporary use softwares
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonestla committed Oct 28, 2024
1 parent eaf76ce commit a6f7d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/api/networks/network/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a6f7d2d

Please sign in to comment.