theodo-fintech / spring-search

Provides advanced search capabilities to a JPA entity
MIT License
193 stars 44 forks source link

date filtering #19

Closed yeshwanthmn closed 3 years ago

yeshwanthmn commented 4 years ago

how to filter start date and end date

luc-boussant commented 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'