[ADF-3365] search filter fixes (#3594)

* preserve ordering of facet fields and queries

* update tests

* rework facet queries

* rework facet management, update unit tests

* remove unused interfaces

* fix test

* remove deprecated interfaces

* expose selection for the chip list
This commit is contained in:
Denys Vuika
2018-07-17 20:18:52 +01:00
committed by Eugenio Romano
parent 98243f0450
commit c63184334f
15 changed files with 484 additions and 665 deletions

View File

@@ -21,6 +21,5 @@ export interface FacetFieldBucket {
label: string;
filterQuery: string;
$checked?: boolean;
$field?: string;
checked?: boolean;
}