Quote:
Originally Posted by unicornula
I had to revert to an older version -- the new one strips out periods. I do a lot of searches for DOIs (from the IDs), and instead of searching for, say, 10.1038/nrg1711, it would search for 101038/nrg1711 and not find anything.
It looked like quotation marks were taken out too (I actually search for "10.1038/nrg1711"), but I reverted before I could check.
|
The substitution of periods has been in for a few versions now. I am ok with taking that back out - and forcing users to do for instance: {author:re(\., )}
However the / in 10.1038/nrg1711 is absolutely going to get url encoded and not passed through as is, becoming: 10.1038%2Fnrg1711
Can you give me of an example website search url expression you are using with the DOI value above?