I have solr docs with start date and end date, what I want is to find all available docs that current date is between start date and end date? I wonder how to specify that query?
Some example is like this:
{
uniqueId: "1jhk23-123424h-12312l3j1lj23lj",
start: "20190101",
end: "20191010"
}
Today is 20190125
, then this doc should be found
Thanks,