Project

General

Profile

« Previous | Next » 

Revision 51872

change the query for community in search pages of pub/data/soft and the parameters in the url

View differences:

community.component.ts
90 90
               this._communityService.getCommunity(this.properties, this.properties.communityAPI+this.communityId).subscribe (
91 91
                 community => {
92 92
                       this.community = community;
93
                       this.params = {community: encodeURIComponent('"'+community.queryId+'"')};
93
                       this.params = {communityId: community.communityId};
94 94
                      this._meta.updateTag({content:community.description},"name='description'");
95 95
                      this._meta.updateTag({content:community.description},"property='og:description'");
96 96
                      this._meta.updateTag({content:community.title},"property='og:title'");

Also available in: Unified diff