Project

General

Profile

« Previous | Next » 

Revision 45408

Search Results: show specific entity type in paging (e.g.: 19 publications, page 1 of 2) | Search Results: Incomplete CSV download functionality

View differences:

searchPaging.component.ts
9 9
            <paging [currentPage]="searchUtils.page" [totalResults]="searchUtils.totalResults"  [baseUrl]="baseUrl" [size]="searchUtils.size"> </paging>
10 10
      </div>
11 11
      <div class="" *ngIf="results  && searchUtils.totalResults > 0">
12
            {{searchUtils.totalResults}} documents, page {{searchUtils.page}} of {{(totalPages())}}
12
            {{searchUtils.totalResults}} {{type}}, page {{searchUtils.page}} of {{(totalPages())}}
13 13
      </div>
14 14
    </div>
15 15
    `
......
19 19
    @Input() searchUtils;
20 20
    @Input() results;
21 21
    @Input() baseUrl;
22
    @Input() type;
22 23

  
23 24
    // @Input() totalResults:number = 0;
24 25
    constructor () {

Also available in: Unified diff