Creating A Mongo View That Depends On The Current Time
I have a collection that has a date field and I want to create a mongo view that filter all the documents by the current date. For example, I want my view to contain all the docume
Solution 1:
Looks like this feature is in the works for MongoDB 3.7.
https://jira.mongodb.org/browse/SERVER-23656
Post a Comment for "Creating A Mongo View That Depends On The Current Time"