Hi Experts,
I have created a List Report application based on a CAP OData V4 service.
The problem I am facing is when I try to use Search List report with Date/TimeStamp my application is not getting filtered.

My entity looks like below:
entity Books: managed{
key ID: String,
name:String
}
So now when I try to perform search on createdAt, modifiedAt fields (which are timestamps from managed aspect) I am not able to filter the data.
Is there any annotation that I need to use to enable the search functionality for the fields createdAt, modifiedAt.
If I search other fields, I am able to get the data. But for Timestamp fields I am not getting the data .
In my application Date is getting displayed like below

Do let me know if any annotation needs to be implemented for this.
With Regards,
Partha.