Cq query combining dates and "does not contain" clause
So we need a query to find users whose last modified date is earlier than say 2015/06/01 AND whose email address (property in profile) does not contain say "@mydomain.com" in their email address field
Current query (without the AND is). Can you suggest how to add the AND (DOES NOT CONTAIN)
path=/home/users
nodename=profile
daterange.property=cq:lastModified
daterange.upperBound=2015-06-06
orderby=@cq:lastModified