[[getRelated? &parents=`1,10,100` &limit=`5` &includeHidden=`0` &hideContainers=`0` &fields=`tv.tags:1` &returnFields=`pagetitle,longtitle,introtext,content` &tplOuter=`t_getrelated_outer` &tplRow=`t_getrelated_row` &noResults=`noting found` &debug=`0` ]]
This question has been answered by paulp. See the first response.
Try replacing returnFields with returnTVsmakes no sense to me
[2012-12-13 15:05:44] (ERROR @ /index.php) Error 42S22 executing statement:
Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column 'Resource.tags' in 'field list'
)
You're misunderstanding &fields and &returnFields.
&fields is where the match data comes from. It looks at those fields and/or tvs and gets the unique words. For matching other resources, it uses the same fields.
&returnFields defines what resource fields are available as placeholders in the output. &returnTVs definez what TVs are available in the output.
Try enabling debug and verifying it is finding any matchdata (unique words) at all