I have two getResources calls on the same page:
[[getResources?
&resources=`35,36,37,38`
&limit=`4`
&tpl=`frontpage-boxes`
]]
and
[[getResources?
&resources=`35,36,37,38`
&limit=`4`
&includeTVs=`1`
&tpl=`frontpage-sections`
]]
In both frontpage-boxes and frontpage-sections I am using the [[+idx]] tag to number each resource as they are generated. The first getResources call numbers them correctly 1-4, however the second getResources call always numbers all of them 1.
Assuming it's a caching issue but am unsure how to resolve it without calling each getResources call uncached - any clues?