Search - Liquid Object Reference - 1.1.0
| Object Name | Search |
| Version | 1.1.0 |
Description
The Search object contains information about a search.
Attributes
| Attribute | Type | Description |
|---|---|---|
| count | Number | Returns the total number of results for the search, without any fields/filters applied |
| fields | Object | Returns an List of Search Fields that can be used for the Search |
| path | String | Returns a path that can be used to run this same search again |
| per_page | Number | Returns number of results shown per page |
| results | SearchResult | Returns results of the search |
| sort | String | Returns the sorting applied to the search |
| term | String | Returns the search term used for the search |
| type | String | Returns the type of search performed: articles, locations, pages, or products |
| url | String | Returns a url that can be used to run this same search again |
Objects that return Searches
Back to Liquid Reference for 1.1.0
Back to Documentation