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
This fails:
Serrano.works(ids: '10.1002/1096-9861(20010212)430:3<283::aid-cne1031>3.0.co;2-v')
But this works:
encoded_doi = ERB::Util.url_encode('10.1002/1096-9861(20010212)430:3<283::aid-cne1031>3.0.co;2-v') Serrano.works(ids: encoded_doi)
Serrano should probably perform this URL encoding for the user.
The text was updated successfully, but these errors were encountered:
Thanks for this @smackesey
I agree we should probably do the url encoding
Sorry, something went wrong.
#51 url encode DOIs and other Ids (just in case) for most methods exc…
fc71978
…ept citation count bump patch version add tests for url encoding add to docs notes about url encoding and what method used to do so
@smackesey can you reinstall from github and try again ?
I tried with the latest commit from master and it now works. Thanks!
No branches or pull requests
This fails:
But this works:
Serrano should probably perform this URL encoding for the user.
The text was updated successfully, but these errors were encountered: