hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

Relative LocalDate filtering

Open jskupsik opened this issue 2 years ago • 4 comments

Client app requested functionality that would benefit on filtering for dates fields relative to today ( date_field = Today or date_field >= 2 Months Ago ), rather than filtering by an absolute date (ie, date_field = 2022/06/14 or date_field >= 2022/04/01). Specifically for localdate objects.

This is one of those features that can easily become very complicated, so we need to figure out if we want to support it and how much we want to support it.

jskupsik avatar Jun 15 '22 00:06 jskupsik