Project

General

Profile

« Previous | Next » 

Revision 45444

passing resourcesQuery in pages

View differences:

entityRegistries.component.ts
18 18
    <search-page pageTitle="Entity Registries" type="datasources" [(filters)] = "filters"
19 19
                 [(results)] = "results" [(searchUtils)] = "searchUtils"
20 20
                 [baseUrl] = "baseUrl" [showResultCount]=false (queryChange)="queryChanged($event)"
21
                 (downloadClick)="downloadClicked($event)">
21
                 (downloadClick)="downloadClicked($event)" [resourcesQuery]="resourcesQuery" >
22 22
    </search-page>
23 23

  
24 24
    `
......
45 45
  public CSVDownloaded = false;
46 46

  
47 47
  @ViewChild (SearchPageComponent) searchPage : SearchPageComponent ;
48
  public resourcesQuery = "query=((oaftype exact datasource) and(datasourcetypeuiid = other))";
48 49

  
49 50
  constructor (private route: ActivatedRoute, private _searchDataprovidersService: SearchDataprovidersService ) {
50 51
    var errorCodes:ErrorCodes = new ErrorCodes();

Also available in: Unified diff