Variable name | Object | Description | Note |
performed | bool | Returns true if a search was performed and some search results (at least one) have been found, false otherwise. | |
results | List<*> | This is a list of search results. Each result could either be a Product object or an Article object. | |
results_count | int | The number of search results. | |
terms | string | This string contains the search terms. |