When I use the search engine, the result is like this :
- title- url on the title - (x%)
- etc...
I already tried to do something on page Search.module.php in repertories modules/Search but nothing changed.
Herewith the code I tried to modify in Search.module.php, line 160
function GetResultsHtmlTemplate()
{
return '{$searchresultsfor} "{$phrase}"
{if $itemcount > 0}
{foreach from=$results item=entry}
{$entry->title} - url}">{$entry->urltxt}({$entry->weight}%)
{/foreach}
{$timetaken}: {$timetook}
{else}
{$noresultsfound}
{/if}';
}
I deleted in the code above ({$entry->weight}%) but nothing
It seems this function not useful because I even deleted this function and nothing changes
CMS version samoa 1.1
Many thanks for your help
Sylvie