{"title":"Search - Liquid Object Reference","slug":"search-liquid-object-reference","url":"https://support.storeconnect.com/articles/search-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/search-liquid-object-reference.md","subtitle":null,"summary":"The Search object contains information about a search.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Search, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Search object contains information about a search.\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `count` | Number | Returns the total number of results for the search, without any fields/filters applied |\n| `fields` | Map | Returns a Map of Search Fields that can be used for the Search |\n| `path` | String | Returns a path that can be used to run this same search again |\n| `per_page` | Number | Returns number of results shown per page |\n| `results` | [SearchResult](search-result-liquid-object-reference) | Returns results of the search |\n| `sort` | String | Returns the sorting applied to the search |\n| `term` | String | Returns the search term used for the search |\n| `type` | String | Returns the type of search performed: articles, locations, pages, or products |\n| `url` | String | Returns a url that can be used to run this same search again |\n\n## Available on\n\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_search`"}