The {{resultholder}} and {{resultholders}} chunks are just empty chunks to hold the results (suggested in another thread)
I don’t understand this suggestion. Could you give me the thread?
The content of the result template should be like this:
<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>
Without [+as.extract+] in the chunk, AjaxSearch can’t display the extract found in the content of the document.