mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
search bug fixes and documentation updates (#3256)
* bug fixes for search * test fixes * bug fixes for search
This commit is contained in:
committed by
Eugenio Romano
parent
a9ab0af640
commit
856c4fd7f5
@@ -19,3 +19,9 @@ export interface FacetQuery {
|
||||
query: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export interface ResponseFacetQuery {
|
||||
label?: string;
|
||||
filterQuery?: string;
|
||||
count?: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user