We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug This query https://www.ebi.ac.uk/ols4/api/search?q=liver%20disease&queryFields=label,synonym,&rows=2&start=0&fieldList=iri,label,short_form,obo_id,ontology_name,ontology_prefix,description,type,score,ontology_iri,is_defining_ontology,&type=class&ontology=efo also needs to return the fields score and ontology_iri.
score
ontology_iri
Currently this is breaking Zooma.
The text was updated successfully, but these errors were encountered:
Change for #590 to get Zooma working.
6a716f1
Merge pull request #593 from EBISPOT/#590
4ccbc98
#590 and CORS fix
82c2524
Merge pull request #596 from EBISPOT/#590
280a0f1
No branches or pull requests
Describe the bug
This query https://www.ebi.ac.uk/ols4/api/search?q=liver%20disease&queryFields=label,synonym,&rows=2&start=0&fieldList=iri,label,short_form,obo_id,ontology_name,ontology_prefix,description,type,score,ontology_iri,is_defining_ontology,&type=class&ontology=efo also needs to return the fields
score
andontology_iri
.Currently this is breaking Zooma.
The text was updated successfully, but these errors were encountered: