-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
I have following records:
{
"_id": ObjectId("544971f9f144b60000a50bea"),
"name": "test",
"description": null,
"contacts": "Test contacts",
"url": null,
"dateList": [
"2014-11-08T05:00:00.000Z",
"2014-11-15T05:00:00.000Z"
],
"status": "new",
"collectionId": ObjectId("54459818953c3c341812df8a"),
"fileId": null
}
How can I filter by date? possibly with range, something like
Model.find({
where: {
dateList: "...."
}
}
or
Model.find({
where: {
dateList: has([..., ...])
}
}
Metadata
Metadata
Assignees
Labels
No labels