I am trying to always return the most up-to-date records from a fetch query in my template. I've seen some solutions by passing in a random value in the querystring, however I do not want to use this method.
I tried using the 'now' liquid function in the fetch like <condition attribute="createdon" operator="on-or-before" value="{{ 'now' | date: "yyyy-MM-dd HH:mm:ss" }}" /> however, it seems that even 'now' is cached!
I would appreciate any other ideas to solve this issue.
Thanks,
Bruce