View Single Post
Old 03-27-2024, 04:53 PM   #423
unicornula
Junior Member
unicornula began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2011
Device: none
Quote:
Originally Posted by kiwidude View Post
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?
The period was working fine until this version. I use it dozens of times every week (or even in a day), so it's something I'd notice right away.

The slash is never a problem. Example:
With doi:10.3390/plants10040726 in the ids
URL in the plugin:
https://scholar.google.com/scholar?hl=en&as_sdt=1%2C5&q={identifiers:select(d oi)}&btnG=

Gets me:
https://scholar.google.com/scholar?h...10040726&btnG=
in my browser -- with the slash.

There's only one search where I put it in quotes, and there the slash is replaced with %2F, but that's fine. Example (same DOI):
https://lens.org/lens/search/scholar/list?q=ids.doi:%22{identifiers:select(doi)}%22&pre view=true

Gets me:
https://www.lens.org/lens/search/sch...2&preview=true
which works.
unicornula is offline   Reply With Quote