- π¦πΊAustralia darvanen Sydney, Australia
I thought this was a good idea from #10:
We could use the offset set in each date filter and calculate the timestamps for each row when it wouldn't be included in the results anymore.
We can the use the minimum timestamp we get per row as themax-age
However, according to the helpful folks on Drupal Slack... views cache metadata isn't compiled at runtime but saved in config, so unless that changes this approach won't work.
I don't think disabling cache entirely is the answer though.
- π¦πΊAustralia darvanen Sydney, Australia
Here's a start on a contrib module: https://www.drupal.org/project/vcp4dates β
Feedback very welcome.