Keyword and Concept Search Separate
It can be helpful to see the same query with keyword and concept separate. The Smart Search option combines the searches for both.
{{strings.dragImageMessage}}
{{strings.dropImageMessage}}
{{#if pinned}}
{{/if}}
{{#if (lt salePrice price)}}
{{strings.sale}}
{{/if}}
{{description}}
{{#if rating}}
{{/if}}
{{#unless (eq price undefined)}}
{{description}}
{{#if rating}}
{{#if (lt salePrice price)}}
{{currency price}}
{{currency salePrice}}
{{else}}
{{currency price}}
{{/if}}
{{/unless}}
