Search text: '{$searchString|escape:"html"}'
Search type: {$searchType|escape:"html"}/{$wordType|escape:"html"}
Category: {$foodCatName|escape:"html"}
Sort by: {$sortType|escape:"html"}
{if isset($searchResults)}
{if $sortType == "Category"}
{foreach from=$searchResults key=category item=foodCat}
{$foodCat.foodCatName}
{foreach from=$foodCat.searchResults item=searchResult}
{/foreach}
{/foreach}
{else}
{foreach from=$searchResults item=searchResult}
{/foreach}
{/if}
{$pageNav}
{else}
No items matched your search.
Don't understand the search options? See the
help on searching.
{/if}