I have a TV "Tags", comma separated… the usual stuff. Now I want to show only resources with a specific TV:
<ul class="resource-by-tag">
[[!getResources? &parents=`15` &tpl=`resourceByTagRow` &includeTVs=`1` &processTVs=`1` &tvFilter=`tags==rundfunk` &tvPrefix=``]]
</ul>
As you might guess this doesn't work… but why? It shows all resources no matter what.
Thanks in advance!
It was just a typo:
Works as expected. It must be
tvFilters
instead oftvFilter
.