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
Now that MongoDB v3.2 supports document validation, we should just use a $size validator on all of our list fields. The advantage is that it would also work with $push.
The text was updated successfully, but these errors were encountered:
Now that MongoDB v3.2 supports document validation, we should just use a
$size
validator on all of our list fields. The advantage is that it would also work with$push
.The text was updated successfully, but these errors were encountered: