Allow orcid external url to retrieve more results
This commit is contained in:
parent
9cd7e24313
commit
a23b1dd262
|
@ -188,8 +188,6 @@ public class RemoteFetcher {
|
|||
}
|
||||
if (externalUrlCriteria.getPageSize() != null) {
|
||||
completedPath = completedPath.replace("{pageSize}", externalUrlCriteria.getPageSize());
|
||||
} else if (path.contains("orcid")) {
|
||||
completedPath = completedPath.replace("{pageSize}", "10");
|
||||
} else {
|
||||
completedPath = completedPath.replace("{pageSize}", "60");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue