Fixed issue with ORCID Research search queries
This commit is contained in:
parent
dbf94eb4b4
commit
1a06bb98c6
|
@ -648,7 +648,7 @@
|
|||
<ordinal>2</ordinal>
|
||||
<type>External</type>
|
||||
<url>https://pub.sandbox.orcid.org/v3.0/search/?q={like}&start={page}&rows={pageSize}</url>
|
||||
<firstPage>1</firstPage>
|
||||
<firstPage>0</firstPage>
|
||||
<contenttype>application/json; charset=utf-8</contenttype>
|
||||
<data>
|
||||
<path>$['result'][*]['orcid-identifier']</path>
|
||||
|
@ -665,7 +665,7 @@
|
|||
<ordinal>3</ordinal>
|
||||
<type>External</type>
|
||||
<url>https://pub.{host}/v3.0/{path}/personal-details</url>
|
||||
<firstPage>1</firstPage>
|
||||
<firstPage>0</firstPage>
|
||||
<data>
|
||||
<parse-class>eu.eudat.models.data.external.orcid.PersonalDetails</parse-class>
|
||||
<parse-field>name</parse-field>
|
||||
|
|
Loading…
Reference in New Issue