mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2045] Pagination is not working properly on Search Results Page (#2744)
This commit is contained in:
@@ -64,7 +64,7 @@ export class SearchControlComponent implements OnInit, OnDestroy {
|
||||
liveSearchMaxResults: number = 5;
|
||||
|
||||
@Input()
|
||||
customSearchNode: QueryBody;
|
||||
customQueryBody: QueryBody;
|
||||
|
||||
@Output()
|
||||
submit: EventEmitter<any> = new EventEmitter();
|
||||
|
Reference in New Issue
Block a user