The api documentation for date predicates describe various ways to query dates - before/after certain times etc. I would like a query that would return documents that have a particular custom date field that is filled out - i.e. not null.
How do I construct this query?
I am looking for something like
[date.notNull(my.article.release-date)]
