I'm interested in applying range and gt/lt filters on one or more date fields. It appears that those filters are hard-coded to be used with "Decimal" types. Do you have an approach in mind for doing so? I can probably map the dates to something like a unix timestamp, but that complicates input for filtering.
If one wanted to add such functionality if it doesn't yet exist, where would you suggest starting, @barseghyanartur.
I'm interested in applying range and gt/lt filters on one or more date fields. It appears that those filters are hard-coded to be used with "Decimal" types. Do you have an approach in mind for doing so? I can probably map the dates to something like a unix timestamp, but that complicates input for filtering.
If one wanted to add such functionality if it doesn't yet exist, where would you suggest starting, @barseghyanartur.