search bug fixes and documentation updates (#3256)

* bug fixes for search

* test fixes

* bug fixes for search
This commit is contained in:
Denys Vuika
2018-05-03 10:28:20 +01:00
committed by Eugenio Romano
parent a9ab0af640
commit 856c4fd7f5
19 changed files with 423 additions and 78 deletions

View File

@@ -19,3 +19,9 @@ export interface FacetQuery {
query: string;
label: string;
}
export interface ResponseFacetQuery {
label?: string;
filterQuery?: string;
count?: number;
}