Currently, we have the objectIdInRange function when searching by an _id. However, what we're missing is a user friendly way to search by dates so instead of having to type in a date object or string, a UI element that adds the date range to the query for the user.
Currently, we have the
objectIdInRangefunction when searching by an_id. However, what we're missing is a user friendly way to search by dates so instead of having to type in a date object or string, a UI element that adds the date range to the query for the user.