theodo-fintech / spring-search

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

LocalDateTime is not supported yet #50

Closed AndriOstaJappware closed 10 months ago

AndriOstaJappware commented 3 years ago

If use LocalDateTime like input parameter it is not working -"Could not parse input for the field createdOn as a LocalDateTime"

Can you suggest any workaround?

hr-ireh commented 3 years ago

date format

infinito84 commented 1 year ago

I had the same problem for whom that don't understand the solution it's to use the completed format example: search=localDateTimeAttr>'2022-12-26T10:00:00' AND localDateTimeAttr>'2022-12-26T23:59:59'

mlz11 commented 10 months ago

The feature has been merged with #38 and deployed with spring-search-0.2.4.

I will then close this issue.