Skip to content
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

Closed
Dergash opened this issue Sep 28, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Dergash
Copy link
Member

Dergash commented Sep 28, 2021

Currently when user applies a filter to date/dateTime field it's an equals 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 of greaterOrEqualThan and lessOrEqualThan to Tesler API endpoint.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants