TernaryFilter not working with date column?
I've got this same filter working on a varchar column, but on a date column with:
it never gets applied and so it doesn't run.
2 Replies
Not sure why there should be any difference
Exactly...
The query shows that's run;
where (
email
is not null) order by dob
desc limit 25 offset 0
orders by dob but won't where? But email does where