I hope every list have author of the article at the bottom
in main.template is like below
{foreach from=$posts item=post}
{assign var="postOwner" value=$post->getUserInfo()}
{$postOwner->getUsername()} under
{/foreach}
but I don't know how to get it in searchresult.template under
{foreach from=$searchresults item=result}
{assign var=article value=$result->getArticle()}
{/foreach}
please tell me how to do it, thanks a lot
