Hi Team ,
i am having some 10 documents in my index,like below i mentioned , how to write the query to Get list of users - whose birthday falls in current month ? can anyone help me to resolve this isssue?
{
"fName" : "william",
"pinCode" : 123456,
"birthDate" : "02-MAR-2019"
},
{
"fName" : "smith",
"pinCode" : 456,
"birthDate" : "23-MAR-2019"
}