This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Replace date/datetime equals
filter with a pair of greaterOrEqualThan
and lessOrEqualThan
#710
Labels
enhancement
New feature or request
Milestone
Currently when user applies a filter to
date
/dateTime
field it's anequals
filter which is send to Tesler API endpoint and later split into two different search specifications on backend, replacing time part with beginning of the day and the end of the day.It is required to have a range picker as a filter control instead and instead of
equals
filter send a pair ofgreaterOrEqualThan
andlessOrEqualThan
to Tesler API endpoint.The text was updated successfully, but these errors were encountered: