Closed arlin closed 8 years ago
@jar398 says there are no more "Not XXX" names in taxonomy, nor is he expecting more. OK to close this?
Thanks. By chance, I ran the "Not solanum" example Saturday at the Phylotastic team meeting and the bug had disappeared. And the curl call above is now fixed.
See chat room discussion from 4 Aug 2016 (13:38). There are some anomalies labeled with "Not" as in "Not Solanum lycopersicum". @jar398 explains
The current behavior of tnrs/match_names is that a search for "Solanum lycopersicum" hits both "Solanum lycopersicum" and "Not Solanum lycopersicum". See
curl -X POST https://api.opentreeoflife.org/v2/tnrs/match_names -H "content-type:application/json" -d '{"names":["Solanum lycopersicum"]}'
This returns "Not Solanum lycopersicum" and says is_synonym = TRUE and is_approximate_match = FALSE, which isn't what you want. See: