Trying to strip.tags in searchresults
Using 1.9.4....
In tiki-searchresults.tpl, I want to strip out all the wiki tags, module coding, etc. from the search results so that only actual text appears. The TPL file already uses:
{$results[search].data|strip_tags}
However, this doesn't seem to work — the wiki codes are still being shown in the search results. I experimented with
{$results[search].data}
and it produced exactly the same results. Anyone know how to display text without any wiki formatting?
-Rick