From 0a8b281f85318a936a8b99a47a051d0a1a6e79f5 Mon Sep 17 00:00:00 2001 From: Victor Rocheleau Date: Mon, 16 Oct 2023 20:17:47 +0000 Subject: [PATCH] fix phenotypic_feature.modifiers key and path --- src/utils/search.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/utils/search.js b/src/utils/search.js index 3ebe00dca..907c20a11 100644 --- a/src/utils/search.js +++ b/src/utils/search.js @@ -109,11 +109,11 @@ export const searchUiMappings = { "path": "phenotypic_features.[item].severity.label", "ui_name": "Phenotypic feature severity", }, - "modifier": { - "path": "phenotypic_features.[item].modifier.[item].label", + "modifiers": { + "path": "phenotypic_features.[item].modifiers.[item].label", "ui_name": "Phenotypic feature modifier", }, - "onset": { + "onset": { "path": "phenotypic_features.[item].onset.label", "ui_name": "Phenotypic feature onset", }, @@ -177,8 +177,8 @@ export const searchUiMappings = { "path": "diseases.[item].disease_stage.[item].label", "ui_name": "Disease stage", }, - "tnm_finding": { - "path": "diseases.[item].tnm_finding.[item].label", + "clinical_tnm_finding": { + "path": "diseases.[item].clinical_tnm_finding.[item].label", "ui_name": "TNM finding", }, },