We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> type_rp="rp_access+comp_name+protocol" > ... > results = Search(index=index, type=type, ...) (empty results)
Search should URL-encode type:
type
> type_rp="rp_access%2Bcomp_name%2Bprotocol" > ... > results = Search(index=index, type=type, ...) (14335 hits)
The text was updated successfully, but these errors were encountered:
fixed url encoding for index and type inputs to Search #49
4d562c4
will do more with remainder of functions to make sure works across pkg other params passed are passed in query via httr fxns which urlencode for us
@arnauldvm okay, try again after reinstalling
haven't fixed yet across the pkg, but Search() should work now
Search()
Sorry, something went wrong.
changed remainder of internal fxns to escape index and type inputs #49
254ae58
closing this as should be fine now, reopen if still not fixed
sckott
No branches or pull requests
Search should URL-encode
type
:The text was updated successfully, but these errors were encountered: