I'm storing couchDB docs and they have an attribute date
which I want to sort by.
{
...blahblah...
"date": [
2015,
5,
16
]
}
I can't seem to figure out how to make a view that allows me to supply a startdate=[2015,5,1]&enddate=[2015,5,31] query. I want to get the stuff for May (month 5)