You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
findout the bug: The query cast didn"t process the $and operation ---
mongoose/lib/query.js line 241
if ("$or" === path || "$nor" === path || "$and" === path) {
$and operator doesn"t work with date datatype.
This condition for Model.find doesn"t work (just returns empty array):
But this way is working:
The text was updated successfully, but these errors were encountered: