I have query in solr
I have date range list my indexed data"
from_datetimeList:["2021-08-27T00:00:00Z-2021-08-31T00:00:00Z", "2021-08-2T00:00:00Z-2021-08-12T00:00:00Z", "2021-08-25T02:21:00Z-2021-09-25T02:21:00Z"]
I need to write query such that if user want to find the userInputDate: "2021-08-25T03:21:00Z is lying in from_datetimeList ranges than return true else false.
this user userInputDate will keep changing as per the user's requirement