[ADF-4193] search error notifications and empty results (#4567)

* search error notifications and empty results

* update docs
This commit is contained in:
Denys Vuika
2019-04-08 14:25:47 +01:00
committed by Eugenio Romano
parent 2c9fdf0d4d
commit f89bf507f5
3 changed files with 62 additions and 6 deletions

View File

@@ -11,6 +11,14 @@ Stores information from all the custom search and faceted search widgets, compil
## Class members
### Events
| Name | Type | Details |
| --- | --- | --- |
| updated | QueryBody | Raised when query gets updated but before query is executed |
| executed | ResultSetPaging | Raised when query gets executed and results are available |
| error | any | Raised when search api emits internal error |
### Methods
- **addFilterQuery**(query: `string`)<br/>