Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check date/time types #1100

Open
mccalluc opened this issue May 24, 2022 · 0 comments
Open

Check date/time types #1100

mccalluc opened this issue May 24, 2022 · 0 comments

Comments

@mccalluc
Copy link
Contributor

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?

@mccalluc mccalluc self-assigned this May 24, 2022
@mccalluc mccalluc removed their assignment Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant