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
@@ -16,12 +16,9 @@
|
||||
*/
|
||||
|
||||
export interface FacetQuery {
|
||||
query: string;
|
||||
label: string;
|
||||
}
|
||||
query: string;
|
||||
|
||||
export interface ResponseFacetQuery {
|
||||
label?: string;
|
||||
filterQuery?: string;
|
||||
checked?: boolean;
|
||||
count?: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user