Open patrickyan opened 11 years ago
I can filter using datasources and in the admin interface with the query string ?filter%5Bdates%5D=end:%20earlier%20than%20today. But using SymQL ->where('dates', 'end: earlier than today') does nothing (does not filter results).
?filter%5Bdates%5D=end:%20earlier%20than%20today
->where('dates', 'end: earlier than today')
Any easy solution for this?
Not that I am aware of...
I'm using this and it's working..
I can filter using datasources and in the admin interface with the query string
?filter%5Bdates%5D=end:%20earlier%20than%20today
. But using SymQL->where('dates', 'end: earlier than today')
does nothing (does not filter results).