I uploaded some records to azure search, but when tried to search the data in the portal, it is showing null values.
"Date":"2000-10-29T00:00:33.000Z" (Edm.DateTimeOffset)
,"Year":2000 (Edm.Int32)
,"Month":10 (Edm.Int32)
In the Azure Search Results,
"Date":null ,"Year":null ,"Month":null
Sometimes the Edm.String is also returning null values. What I have done wrong? Thanks in Advance!