Project

General

Profile

« Previous | Next » 

Revision 56840

[Trunk | Library]: Fix and add when missing: schema2jsonld, canonincal url, meta tags, piwik call.

View differences:

advancedSearchOrps.component.ts
24 24
                 [csvParams]="csvParams" csvPath="other" simpleSearchLink="/search/find/other"
25 25
                 [disableForms]="disableForms"
26 26
                 [loadPaging]="loadPaging"
27
                 [oldTotalResults]="oldTotalResults" [piwikSiteId]=piwikSiteId
27
                 [oldTotalResults]="oldTotalResults" 
28
                 [piwikSiteId]=piwikSiteId [hasPrefix]="hasPrefix"
28 29
                 searchFormClass="orpsSearchForm"
29 30
                 [(sort)]=sort >
30 31
    </advanced-search-page>
......
36 37
  private errorCodes: ErrorCodes;
37 38
  private errorMessages: ErrorMessagesComponent;
38 39
  properties:EnvProperties;
39
@Input() piwikSiteId = null;
40
  @Input() piwikSiteId = null;
41
  @Input() hasPrefix: boolean = true;
40 42
  @Input() customFilter:SearchCustomFilter= null;
41 43

  
42 44
  public results =[];

Also available in: Unified diff