You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "hasCoordinate" => true as a query will result in this being interpeted as "hasCoordinate" => 1. The fix will probably involve making sure that everything is a string before being passed to HTTP for the request.
The text was updated successfully, but these errors were encountered:
* 🐛add tests to capture #165
* update README
* ✅ fix a bug due to GBIF re-adding a formerly missing occurrence
* ⚠️ add error when the value is not part of the enum key
* 🐛 update the imported modules for edgecase test
* ℹ️ add a temporary log to see the query string
* ✅ the tests are passing
Closes#165
Using
"hasCoordinate" => true
as a query will result in this being interpeted as"hasCoordinate" => 1
. The fix will probably involve making sure that everything is a string before being passed toHTTP
for the request.The text was updated successfully, but these errors were encountered: