AppSearch Date field precision(milliseconds)

I am inserting dates into AppSearch(v7.6.2 we have not upgraded to Enterprise) with a format of 2020-07-08T15:08:21.086Z and the precision/milliseconds are dropped and the date is 2020-07-08T15:08:21+00:00. Is there anyway to increase or force the precision on the date field in AppSearch?

We don't currently allow changing the precision of dates, but I'm making a note of the use-case so we can evaluate it in the future. You can try storing it as a numeric field and use milliseconds since unix epoch.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.