diff --git a/ontology/models/ontology_search.py b/ontology/models/ontology_search.py index 4aeb8ffaa..34ded5573 100644 --- a/ontology/models/ontology_search.py +++ b/ontology/models/ontology_search.py @@ -59,8 +59,8 @@ def ontology_search_id(search_input: SearchInputInstance): sub_name="Gene Disease Relationships", admin_only=True, example=SearchExample( - note="HGNC: followed by a gene symbol", - examples=["HGNC:BRCA1"] + note="HGNC: followed by an ID or gene symbol", + examples=["HGNC:BRCA1", "HGNC:4171"] ), match_strength=SearchResultMatchStrength.STRONG_MATCH )