[WIP] Search researcher: work on the page layout - add banner, basic component functionalities

This commit is contained in:
argirok 2023-10-30 17:09:59 +02:00
parent 67547421b6
commit cdb5f1ecd0
1 changed files with 1 additions and 1 deletions

View File

@ -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"