tator
tator copied to clipboard
ES fails to index datetime fields
Unless a specific string representation is given for a datetime attribute, it will fail to be indexed in elasticsearch. Add a reformatting function for datetime attributes that will put it into one of the formats that ES works with by default.