-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It appears that the 'exact' flag in otindex calls may not be doing anything...
``` curl -X POST https://api.opentreeoflife.org/v3/studies/find_studies -H "content-type:application/json" -d '{"property":"ot:focalCladeOTTTaxonName","value":"Ilex", "exact":false, "verbose": false}'````
returns {"matched_studies": [{"ot:studyId": "ot_1984"}, {"ot:studyId": "pg_2827"}]}
curl -X POST https://api.opentreeoflife.org/v3/studies/find_studies -H "content-type:application/json" -d '{"property":"ot:focalCladeOTTTaxonName","value":"Ilix", "exact":false, "verbose": false}'
but a one letter change, or capitalization change, returns nothing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels