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