[angular-16-irish-monitor | WIP] Search researcher: update fetch by dois method
This commit is contained in:
parent
67547421b6
commit
9eee47f0d2
|
@ -589,7 +589,7 @@ export class SearchResearchResultsService {
|
|||
}
|
||||
fetchByDOIs(DOIs:string[]): any {
|
||||
// let url = properties.searchAPIURLLAst + "resources2/?format=json";
|
||||
let url = "http://beta.services.openaire.eu:8480/search/rest/v2/api/researchProducts/byDoi"
|
||||
let url = "http://beta.services.openaire.eu:8480/search/rest/v2/api/researchProducts/byDoi?type=publications"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue