I am using this plugin for a personal project and have found that event queries containing where condition are not working as expected.
For example this query should return no results because I have not created events starting after the year 4000 and instead returns all events from now.
Hi, thank you for this great plugin.
I am using this plugin for a personal project and have found that event queries containing where condition are not working as expected.
For example this query should return no results because I have not created events starting after the year 4000 and instead returns all events from now.
I have seen that the problem is caused by these commented lines: https://github.com/the-events-calendar/ql-events/blob/master/includes/data/connection/class-event-connection-resolver.php#L46-L48
Is this a mistake?
As a workaround I wrote this code in my theme: