[ADF-3055] fix bug with page size for facet fields (#3359)

* fix bug with page size for facet fields

* move page size to a constant

* move const inside the scope

* test fixes
This commit is contained in:
Denys Vuika
2018-05-22 10:33:46 +01:00
committed by Eugenio Romano
parent b92cc2ad60
commit 5aa523d9ac
4 changed files with 59 additions and 8 deletions

View File

@@ -23,5 +23,6 @@ export interface FacetField {
offset?: number;
prefix?: string;
pageSize?: number;
$checked?: boolean;
}