Closed yeshwanthmn closed 3 years ago
Hello, the following pull request will permit you to start filtering with Dates.
Here is an example of how you could filter all Users created in the year 2020 : /users?search=createdAt>'2019-12-31' AND createdAt<'2021-01-01'
how to filter start date and end date