Hi,
I've noticed a slow response when using the controlled vocabulary fields. After investigating, I found that each call to the integrated search takes between 1 and 4 seconds. Am I doing something wrong, or is this the normal behavior?
These are exemple calls:
curl -X POST https://terminology.metadatacenter.org/bioportal/integrated-search -H "Content-Type: application/json" -d '{"parameterObject":{"valueConstraints":{"ontologies":[],"valueSets":[{"name":"Country Name","numTerms":270,"vsCollection":"CADSR-VS","uri":"https://cadsr.nci.nih.gov/metadata/CADSR-VS/VD3151957v1"}],"classes":[],"branches":[]},"inputText":"Spa"},"page":1,"pageSize":5}'
curl -X POST https://terminology.metadatacenter.org/bioportal/integrated-search -H "Content-Type: application/json" -d '{ "parameterObject": { "valueConstraints": { "ontologies": [], "valueSets": [], "classes": [], "branches": [ { "source": "Uber Anatomy Ontology (UBERON)", "acronym": "UBERON", "uri": "http://purl.obolibrary.org/obo/UBERON_0001062", "name": "anatomical entity", "maxDepth": 0 } ] }, "inputText": "blood" }, "page": 1, "pageSize": 10 }'