Project

General

Profile

« Previous | Next » 

Revision 46163

altmetrics| mail for feedback | remove quotes from keyword queries q= | change doi queries in pubs , data use parameter doi| date range queries for advanced search of pubs, data, projects | change order of filters in pubs, data

View differences:

searchOrganizations.service.ts
187 187

  
188 188
        //OpenaireProperties.getSearchAPIURLLast()
189 189
        //"http://rudie.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/"
190
        let url = OpenaireProperties.getSearchAPIURLLast()+"organizations/count?q="+'"' + params + '"'+ "&format=json";
190
        let url = OpenaireProperties.getSearchAPIURLLast()+"organizations/count?q="  + params  + "&format=json";
191 191

  
192 192
        let key = url;
193 193
        if (this._cache.has(key)) {

Also available in: Unified diff