[ACS-4125] Add support for the tags search facet (#8390)

* ACS-4125 Added changes needed to display facets for tags

* ACS-4125 Removed logs

* Add reordering of buckets and facets through configuration + unit tests

---------

Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
This commit is contained in:
Thomas Hunter
2023-03-17 09:17:17 +00:00
committed by GitHub
parent 4180d9f69a
commit 1b2575b2db
5 changed files with 147 additions and 3 deletions

View File

@@ -23,5 +23,4 @@ export interface FacetFieldBucket {
checked?: boolean;
field?: string;
}