Hi!
Is there any way to filter out results based on a TV's value? I am using getRelated to show similar classes (the teacher/student kind of classes) and I would like to exclude all past classes from the results. I want to keep the past classes published, so they move to an archive page when the date of the class is over. It getResources, this is achieved with a simple snippet and TV filter:
&tvFilters=`classDate>>[[!todaysDate]]%`
But it doesn't seem like getRelated supports tv filters. Would it be possible to do something like this in getRelated? Show related classes as long as the date is in the future, and or hide related classes who's date has passed?
This is my first time using getRelated, and I'm loving it!
Thanks!