search
The search object has the following attributes:
search.performed
Returns true if an HTML form with the attribute action="/search" was submitted successfully. This allows you to show content based on whether a search was performed or not.
search.terms
Returns the string that was entered in the search input box. Use the highlight filter to apply a different style to any instances in the search results that match up with search.terms.
{{ item.content | highlight: search.terms }}
<strong class="highlight">Yellow</strong> shirts are the best!
search.results_count
Returns the number of results found.
search.results
Returns an array of products matching search result items. More info ›