Post
Follow
Simplified Date Filtering Without Timestamps
I’d like the ability to search based on dates without needing to include timestamps. For example, it's currently not possible to search for users added on a specific date without manually setting the timestamp range.
If I want to find how many users were added on April 1, 2025, I have to use two filters:
-
AFTER March 31, 2025 11:59 PM
-
AND BEFORE April 2, 2025 12:00 AM
It would be much more convenient to simply use a query like ON April 1, 2025 to achieve the same result.
Please sign in to leave a comment.