The results template include the grpResult template which include the result template.
Results (results.tpl.html) :
[+as.noResults:is=`1`:then=`
<div class="[+as.noResultClass+]">
[+as.noResultText+]
</div>
`:else=`
<p class="ajaxSearch_resultsInfos">[+as.resultsFoundText+]<span class="ajaxSearch_resultsDisplayed">[+as.resultsDisplayedText+]</span></p>
[+as.listGrpResults+]
`+]
[+as.showCmt:is=`1`:then=`
[+as.comment+]
`+][+as.listGrpResults+] => one or several group of results (grpResult.tpl.html).
A group of results (grpResult.tpl.html) :
[+as.grpResultsDef:is=`1`:then=`
<div id="[+as.grpResultId+]" class="ajaxSearch_grpResult">
[+as.headerGrpResult+]
[+as.footerGrpResult+]
[+as.listResults+]
[+as.footerGrpResult+]
</div>
`:else=`
<div class="ajaxSearch_grpResultName">[+as.grpResultNameShow:is=`1`:then=`[+as.grpResultName+]`+]
<span class="ajaxSearch_grpResultsDisplayed">[+as.grpResultsDisplayedText+]</span></div>
`+]
[+as.listResults+] => one or several result
A result (result.tpl.html):
<div class="[+as.resultClass+]">
<a class="[+as.resultLinkClass+]" href="[+as.resultLink+]" title="[+as.longtitle+]">[+as.pagetitle+]</a>
[+as.descriptionShow:is=`1`:then=`
<span class="[+as.descriptionClass+]">[+as.description+]</span>
`+]
[+as.extractShow:is=`1`:then=`
<div class="[+as.extractClass+]"><p>[+as.extract+]</p></div>
`+]
[+as.breadcrumbsShow:is=`1`:then=`
<span class="[+as.breadcrumbsClass+]">[+as.breadcrumbs+]</span>
`+]
</div>
By default, if you don’t use the parameter &category, you don’t display any group of results name, even if you use by default the grpResult.tpl.html.
If you would retrieve the 1.8.5 pagination, add &pagingType=`0`.
As example look at the
"non-ajax mode / paging type 0" demo.
1/ If you don’t want the total number of displayed results, open the results.tpl.html and erase
<p class="ajaxSearch_resultsInfos">[+as.resultsFoundText+]<span class="ajaxSearch_resultsDisplayed">[+as.resultsDisplayedText+]</span></p>
2/ If you don’t want the displaying of results for a group, open the grpResult.tpl.html and erase