Hi again,
Criteria from DateRangeItem are not what one can expect for filtering.
After selecting the same date in "From" and "To" you would expect to see all records from that date instead of nothing.
After putting 2010-01-01 in both fields you should get criteria like:
date >= 2010-01-01 00:00:00 and date < 2010-01-02 00:00:00
in general
date >= from and date < (to + 1 day)
Best regards,
Janusz
Criteria from DateRangeItem are not what one can expect for filtering.
After selecting the same date in "From" and "To" you would expect to see all records from that date instead of nothing.
After putting 2010-01-01 in both fields you should get criteria like:
date >= 2010-01-01 00:00:00 and date < 2010-01-02 00:00:00
in general
date >= from and date < (to + 1 day)
Best regards,
Janusz