LDAP Search Filter

Hi,

I’m trying to retrieve some data to an external application via LDAP from the Domino Directory and I’m not having any success when I include a range of dates in the filter.

My search filter is something like:

(&(objectclass=dominoperson)(modifyTimeStamp>=20100101120101.000Z)(modifyTimeStamp<=20100223004011.000Z))

This always returns zero results. If I remove one of the dates and do a greater than or less than only, I do get the results expected by those queries. However, I would like to return a set of results between the two dates.

Is anyone out there doing anything like this successfully???

I’m hoping I did something dumb and its rather simple to correct.

Thank you,

Cris