Skip to content

0.0.23: Remove malformed (#52)

Compare
Choose a tag to compare
@jkrohn00 jkrohn00 released this 25 May 02:28
· 83 commits to master since this release
8e38762
* Removed the malformed property as a default so the date fields can get indexed

* Fixed unit test

* Modified input string to use strict_date_optional_time instead of the manually formatted Z string.  This ES ISO parser accepts it and allows for some more flexibility (date present with no time) around our input stamps without blowing up.

Co-authored-by: Jason Krohn <[email protected]>