Hi guys,
I’ve looked all through the documentation and the forum but I cant find any mention of this:
My search works perfectly but for results within a template variable there is no extract in the results.
My call from within a chunk:
[[AjaxSearch?&extract=`10`]]
The returned search (source):
<div class="AS_ajax_result">
<a class="AS_ajax_resultLink" href="/index.php?id=55&searched=and&advsearch=oneword&highlight=ajaxSearch_highlight+ajaxSearch_highlight1" title="portfolio">Bedroom</a>
<div class="AS_ajax_resultExtract"><p>...da again to totally revamp their online identity
going from a Flash based site to a dynamic XHTML <span class="ajaxSearch_highlight ajaxSearch_highlight1">and</span> CSS site fully
integrated with a custom CMS from Moonrocket. ...</p></div>
</div>
<div class="AS_ajax_result">
<a class="AS_ajax_resultLink" href="/index.php?id=1&searched=and&advsearch=oneword&highlight=ajaxSearch_highlight+ajaxSearch_highlight1" title="home">Home</a>
<div class="AS_ajax_resultExtract"><p></p></div>
</div>
As you can see the first result is from the page content field the second with the empty extract is from the TV. This happens with all TVs regardless of the content, any ideas?
Thanks.