Is there is any way to compare DateList with Date along with timestamp
eg I have indexed from_datetime in solr "from_datetime":["2021-08-27T00:00:00Z", "2021-08-12T00:00:00Z", "2021-08-25T02:21:00Z"]
and user input is "2021-08-25T03:21:00Z". How can I compare user input with from_datetime list