mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3435][ADF-3436] fix search chips (#3681)
* fix chip list remove * fix tests * better find criteria * swap to fix e2e test * set 'expanded' for facetFields from config * fix e2e test * remove comments
This commit is contained in:
committed by
Eugenio Romano
parent
c328d70e43
commit
6f313b7c37
@@ -32,7 +32,10 @@ export interface SearchConfiguration {
|
||||
expanded?: boolean;
|
||||
queries: Array<FacetQuery>;
|
||||
};
|
||||
facetFields?: Array<FacetField>;
|
||||
facetFields?: {
|
||||
expanded?: boolean;
|
||||
fields: Array<FacetField>;
|
||||
};
|
||||
sorting?: {
|
||||
options: Array<SearchSortingDefinition>;
|
||||
defaults: Array<SearchSortingDefinition>;
|
||||
|
Reference in New Issue
Block a user