[6.x] fix: add datetime as a date identifier (#29537) (#29834)

Backports the following commits to 6.x:
 - fix: add datetime as a date identifier  (#29537)
This commit is contained in:
Robert Monfera 2019-02-01 18:13:09 +01:00 committed by Joe Fleming
parent 1eeace01fa
commit a424419517

View file

@ -19,7 +19,7 @@ export function normalizeType(type) {
'token_count',
'_version',
],
date: ['date'],
date: ['date', 'datetime'],
boolean: ['boolean'],
null: ['null'],
};