You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the search:results tag goes straight into looping over the results
However, it would make sense to split things into 1) general search result data and 2) the actual result array
Example: display search facets (like available sizes or distribution across categories) above results, then loop over results
Current
{{ search:results }}
{{# No way to show distributions and facets :( #}}
<ahref="{{ url }}"class="result">
<h2>{{ title }}</h2>
<p>{{ content|truncate:240 }}</p>
</a>
{{ /search:results }}
Suggested
Assuming a product search using a driver that provides facets:
Uh oh!
There was an error while loading. Please reload this page.
search:results
tag goes straight into looping over the resultsCurrent
Suggested
Assuming a product search using a driver that provides facets:
The text was updated successfully, but these errors were encountered: