AEM - Adding date range in QuerybuilderAPI
I have the below query I am using in /libs/cq/search/content/querydebug.html to check the results
1_property=test 1_property.value=active 2_property=status 2_property.value=worked p.hits=selective p.limit=-1 path=/home/users type=rep:User
This is working and i am getting results .Now I need the records who has a property registrationCompletedDate = 2020-08-09 to know the users registered on 9th.
Can someone help how I can add this date range in my query?
I tried this, but did not work
daterange.upperBound=2020-08-10
daterange.lowerBound=2020-08-9
daterange.property=registrationCompletedDate