Project

General

Profile

« Previous | Next » 

Revision 54527

Merging trunk into branch 'changeDeposit' for revisions 54436:54526

View differences:

searchDataproviders.service.ts
35 35
    //((oaftype exact datasource) and(collectedfromdatasourceid exact "openaire____::47ce9e9f4fad46e732cff06419ecaabb"))
36 36
    advancedSearchDataproviders (params: string, page: number, size: number, properties: EnvProperties ):any {
37 37
      let url =  properties.searchResourcesAPIURL;
38
      var basicQuery = "(oaftype exact datasource) "
38
      var basicQuery = "(oaftype exact datasource) " +
39
      'and (datasourcecompatibilityid <> "UNKNOWN")';
39 40
      url += "?query=";
40 41
      if(params!= null && params != ''  ) {
41 42
        url +=" ( "+basicQuery+ " ) " +" and (" + params + ")";

Also available in: Unified diff