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
It kind of works if I add "%+% &q=<original_query>" in the url in do_query(), but the more complex query doesn't appear to doing anything through the curl::handle_setopt() call in http_post().
As far as I can tell, the issue is at the API end (or perhaps in the format in which the query is being sent to the API). Did something change in the API?
I'm willing to help solve / to submit a PR, but I'm not sure where to start.
The text was updated successfully, but these errors were encountered:
Created on 2023-01-25 with reprex v2.0.2
It kind of works if I add "%+% &q=<original_query>" in the url in
do_query()
, but the more complex query doesn't appear to doing anything through thecurl::handle_setopt()
call inhttp_post()
.As far as I can tell, the issue is at the API end (or perhaps in the format in which the query is being sent to the API). Did something change in the API?
I'm willing to help solve / to submit a PR, but I'm not sure where to start.
The text was updated successfully, but these errors were encountered: