Closed smackesey closed 6 years ago
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.
Thanks for this @smackesey
I agree we should probably do the url encoding
@smackesey can you reinstall from github and try again ?
I tried with the latest commit from master and it now works. Thanks!
This fails:
But this works:
Serrano should probably perform this URL encoding for the user.