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
After trying "@Validation" I found out that maybe this function is broken.
I tried this: @Validation("{ number : { $gt : 10 } }")
But looking then in MongoDB with the command db.getCollectionInfos(). I see no options atm.
Maybe I do something wrong?
After trying "@Validation" I found out that maybe this function is broken.
I tried this:
@Validation("{ number : { $gt : 10 } }")But looking then in MongoDB with the command
db.getCollectionInfos(). I see no options atm.Maybe I do something wrong?