Project

General

Profile

« Previous | Next » 

Revision 60976

[Library | Trunk]
Search pages:
updating canonical url with filters
update title with filter values

View differences:

resultLanding.component.ts
362 362
        this.canonicalUrl = this.properties.domain+ properties.baseLink  + ( pid ? (this.linkToLandingPage.split("?")[0] + "?pid=" + encodeURIComponent(pid.id)):
363 363
          (this.linkToLandingPage + this.resultLandingInfo.relcanId));
364 364
        this.seoService.createLinkForCanonicalURL(this.canonicalUrl);
365
        this.updateUrl(this.canonicalUrl);
365 366
        if ((this.type == "publication") && (this.properties.environment == "beta" || this.properties.environment == "development") && (typeof document !== 'undefined')) {
366 367
          this.getOpenCitations();
367 368
        }

Also available in: Unified diff