I have a query as below:
path=/home/project/users
property=customGroup
property.value=Unverified
type=rep:User
From this result I need to filter whose
registrationCompletedDate or jcr:createdDate value is greater than 5 days Both these properties are of type Date.
Can you help how I need to modify the query ? Do we have any property to get the dte greater than a particular value?