mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[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:
committed by
Eugenio Romano
parent
98243f0450
commit
c63184334f
@@ -21,6 +21,5 @@ export interface FacetFieldBucket {
|
||||
label: string;
|
||||
filterQuery: string;
|
||||
|
||||
$checked?: boolean;
|
||||
$field?: string;
|
||||
checked?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user