Is it possible to use the getResources snippet to find related articles that have at least one common tag with the active resource?
[[getResources?
&parents=`xxx, xxx`
&showHidden=`1`
&limit=`10`
&tpl=`relatedArticle-tpl`
&depth=`1`
&includeContent=`1`
&includeTVs=`1`
&processTVs=`1`
&sortby=`publishedon`
&tvFilters=`something here`
]]
The TV [[*articletags]] of the active resource should contain at least one common tag with a matching resource.
This is the way how I implemented question:
And the snippet to make a TV filter:
Not sure if this is the simplest way to achieve my target. Feel free to comment if there is a better solution.