You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
John reports that they aren't coming through as dates... If there's older data, that can't be fixed, except at index time, but perhaps we can be more strict going forward.
Date fields are not mapped in elasticsearch as dates. The strings for date fields are in inconsistent formats and cannot be sorted as is. All date fields except for last_modified_timestamp have been removed.
end_datetime: datetime
execution_datetime: datetime
procedure_date: date
start_datetime: datetime
library_creation_date: string. Is a string?
The text was updated successfully, but these errors were encountered:
John reports that they aren't coming through as dates... If there's older data, that can't be fixed, except at index time, but perhaps we can be more strict going forward.
The text was updated successfully, but these errors were encountered: