mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +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
@@ -212,7 +212,7 @@ describe('SearchQueryBuilder', () => {
|
||||
const builder = new SearchQueryBuilderService(buildConfig(config), null);
|
||||
const field = builder.getFacetField('Missing');
|
||||
|
||||
expect(field).toBeUndefined();
|
||||
expect(field).toBeFalsy();
|
||||
});
|
||||
|
||||
xit('should build query and raise an event on update', async () => {
|
||||
|
Reference in New Issue
Block a user