Currently the search function allows for dates to be compared to dates, but many times the underlying stored type is a big int (tracking ms fromt h epoch), hence the comparison always fails. Since we have the data types in the table, just use the correct type.
Currently the search function allows for dates to be compared to dates, but many times the underlying stored type is a big int (tracking ms fromt h epoch), hence the comparison always fails. Since we have the data types in the table, just use the correct type.