How do I filter TV’s to end up with all the resources that include the value being filtered for, and not just ones that only include that value?
I have a multi-select check-box TV that I want to be able to filter on. The following code results in the records that ONLY have the value selected, but not those that have several values selected (including the filtered value)
[[!getResources? &parents=`13` &tpl=`gr-portfolios` &depth=`2` &tvFilters=`Cloudscapes` &includeTVs=`1` &processTVs=`1` &hideContainers=`1` &tvPrefix=`` &showHidden=`1` ]]
The value being sought/filtered here is ’Cloudscapes’. I had tried
[[!getResources? &parents=`13` &tpl=`gr-portfolios` &depth=`3` &tvFilters=`Sections==Cloudscapes` &includeTVs=`1` &processTVs=`1` &hideContainers=`1` &tvPrefix=`` &showHidden=`1` ]]
but that also produces the same results.
I’m reasonably sure it is a matter of getting the &tvFilters paramater right, but have not managed it so far.
I’m using Revolution 2.0.5 & getResources 1.2.2