mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fixing missed rename for search template and removed unused methods (#2750)
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
[nodeResult]="resultNodePageList"
|
||||
[disableDragArea]="true"
|
||||
[pagination]="pagination"
|
||||
(documentListReady)="onDocumentListReady($event)"
|
||||
(changedPageSize)="onRefreshPagination($event)"
|
||||
(changedPageNumber)="onRefreshPagination($event)"
|
||||
(turnedNextPage)="onRefreshPagination($event)"
|
||||
|
@@ -58,10 +58,6 @@ export class SearchResultComponent implements OnInit {
|
||||
this.pagination = nodePaging.list.pagination;
|
||||
}
|
||||
|
||||
onDocumentListReady() {
|
||||
// this.search.reload();
|
||||
}
|
||||
|
||||
onRefreshPagination(pagination: Pagination) {
|
||||
this.maxItems = pagination.maxItems;
|
||||
this.skipCount = pagination.skipCount;
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
<adf-search #auto="searchAutocomplete"
|
||||
class="adf-search-result-autocomplete"
|
||||
[queryBody]="customSearchNode"
|
||||
[queryBody]="customQueryBody"
|
||||
[maxResults]="liveSearchMaxResults">
|
||||
<ng-template let-data>
|
||||
<mat-list *ngIf="isSearchBarActive()" id="autocomplete-search-result-list">
|
||||
|
Reference in New Issue
Block a user