cts2 / bioportal-service

4 stars 2 forks source link

Some match values don't appear to work #2

Open hsolbrig opened 12 years ago

hsolbrig commented 12 years ago

http://informatics.mayo.edu/cts2/rest/entities?matchvalue=Vertebro returns an "invalid input", while http://informatics.mayo.edu/cts2/rest/entities?matchvalue=gene works correctly

kevinpeterson commented 12 years ago

This is caused by using a non 'NCName' in the 'namespace' part of the ScopedEntityName for the CTS2 XML. It is probably because of a space in the namespace or similar that causes the XML not to validate on the way out. Will use http://informatics.mayo.edu/cts2/rest/entities?matchvalue=Vertebro as the testcase.

kevinpeterson commented 12 years ago

Namespace issue has been fixed: http://informatics.mayo.edu/cts2/rest/entities?matchvalue=Vertebro