Project

General

Profile

« Previous | Next » 

Revision 60976

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

View differences:

newSearchPage.component.html
177 177
            [advancedSearchLink]="advancedSearchLink"
178 178
            [advancedSearchLinkParameters]
179 179
                  ="this.routerHelper.createQueryParams(this.parameterNames, this.parameterValues)"
180
            [pageTitle]=pageTitle [simpleView]="simpleView" [formPlaceholderText]="formPlaceholderText"
180
             [simpleView]="simpleView" [formPlaceholderText]="formPlaceholderText"
181 181
            [resultTypes]="resultTypes" [quickFilter]="quickFilter" [entitiesSelection]="entitiesSelection"
182 182
            [showSwitchSearchLink]="showSwitchSearchLink" [customFilter]="customFilter"
183 183
          >
......
190 190
    </div>
191 191
  </div>
192 192
</div>
193
<schema2jsonld *ngIf="!includeOnlyResultsAndFilter && url" [URL]="url" type="search" [name]=pageTitle
193
<schema2jsonld *ngIf="url" [URL]="url" type="search" [name]=pageTitleWithFilters
194 194
               [searchAction]=false [description]="metaDescription" ></schema2jsonld>
195 195

  
196 196

  

Also available in: Unified diff