Javascript – How to perform date range queries in faunadb
I'm trying to perform a date range query to return all the records between 2 dates, but no matter what I try, it always returns zero results, even though I have the data existing in the collection. My index was…