It’s sometimes useful to filter by date/datetime fields relative to the current date.
I’d be great to add 2 options to date/datetime filter - “is in the past” and “is in the future”.
It’s sometimes useful to filter by date/datetime fields relative to the current date.
I’d be great to add 2 options to date/datetime filter - “is in the past” and “is in the future”.
This would be useful and improve developer experience, there are many situations where you just need to filter records by the current date, for example, filter expired offers or coupons from the results. Having to pass the current date time manually in every query is not optimal.
Essentially the same as Relative Date Filtering. We should consolidate the feature request and the upvotes to help get this some traction
Not sure how I missed this one, but yeah these are essentially the same, but mine was a little more specific in terms of bounding the dates a bit.
I ended up having to write a script to update our saved filters that focus on “today” or “this weekend” (another use case) using the content management API.