I use the endpoint /api/suggest in my input autocomplete so that the user can enter the key accurately but currently there is no way to specify anything more than antology and q to the query. I would like to be able to specify iri or class.
http://purl.obolibrary.org/obo/CLO_0000019 or CLO_0000019.
currently endpoint returns data to me that does not belong to a specific class within which it needs to look for
I would also like to be able to specify a class or term in an ontology so that the autosuggest results only give me descendants of that class and not from the entire ontology.
I use the endpoint
/api/suggest
in my input autocomplete so that the user can enter the key accurately but currently there is no way to specify anything more thanantology
andq
to the query. I would like to be able to specifyiri
orclass
.http://purl.obolibrary.org/obo/CLO_0000019
orCLO_0000019
.currently endpoint returns data to me that does not belong to a specific class within which it needs to look for