MongoDB time series collection fails to retrieve data when queried by timestamp
I'm using MongoDB 7 to store data in a time series collection. When I find documents between a start and end some documents I'm sure are there (I can find them by _id) don't get retrieved, so I ran .validate()…