{translate key="help.searchResultsFor"} "{$helpSearchKeyword|escape}"
{if count($searchResults) > 0}
{translate key="help.matchesFound" matches=$searchResults|@count}
-
{assign var=resultNum value=0}
{foreach name=results from=$searchResults item=result}
{assign var=sections value=$result.topic->getSections()}
{assign var=resultNum value=$resultNum+1}
-
getId()|explode:"/" keyword=$helpSearchKeyword|escape result=$resultNum}">{$result.topic->getTitle()}
{eval var=$sections[0]->getContent()|strip_tags|truncate:200}
{translate key="navigation.home"} {foreach name=breadcrumbs from=$result.toc->getBreadcrumbs() item=breadcrumb key=key} {if $breadcrumb != $result.topic->getId()} > {$key|escape} {/if} {/foreach} {if $result.topic->getId() != "index/topic/000000"} > getId()|explode:"/" keyword=$helpSearchKeyword|escape result=$resultNum}" class="current">{$result.topic->getTitle()} {/if}
{/foreach}