WAIT: JetEngine with query loop problems with date meta query

Hey @simplecreative,

thanks for your report.

It’s so hard to follow videos without an explanation though. It would be really awesome if you could explain what you’re doing and trying to achieve while showing it.

As already answered in your other thread the meta value you’re using does not make any sense. You either compare to the current date {current_date:Ymd} (or whatever format you need to match the db format) or to a specific date 20231107 (or whatever format you need to match the db format). {current_date:2023-11-07} is not a valid tag / filter combination and does not make any sense (see academy article).

Best,

André

1 Like