SimpleSearch not showing images from a TV - SOLVED

I’ve spent ages reading and trying things but I can’t seem to get any images to display via SimpleSearch.

This is the call

[[!SimpleSearch? &tpl=simplesearchresults &includeTVs=1 &processTVs=1]]

and this is the tpl

<div class="sisea-result">
    <h4>[[+idx]]. <a href="[[+link:is=``:then=`[[~[[+id]]]]`:else=`[[+link]]`]]" title="[[+longtitle]]">[[+pagetitle]]</a></h4>
    <div class="extract"><p>[[+extract]]</p></div>

Published on  [[+publishedon:strtotime:date=`%a %b %e, %Y`]]
<img src="[[+tv.imagetv]]"></img>
</div>

Everything else is fine - here is a page with search results for the word ‘press’
https://www.djcdesign.co.uk/search-results.htm?search=press&id=184

Any ideas - it’s not the end of the world but it is bugging me why i can’t figure it out.

Thanks, David

Have you tried it without the prefix tv.?

This is from the documentation:

TVs can be accessed by their TV name [[+myTV]] By default SimpleSearch does not use a prefix, e.g. [[+tv.myTV]] will NOT render.

1 Like

Hi again Harry - many many thanks - that solves it and I’m kicking myself for missing it. Most appreciated