Blackbox option doesn't work anymore
See original GitHub issueHey,
there’s my schema for collection:
{
studentId: {
type: String,
unique: true
},
states: {
type: Object,
blackbox: true
}
}
If I do operation such as:
StudentProgress.update({_id: 'someValidIdHere'}, {$set: {'states.0': 'in-progress'}})
(I do it on client)
I get Uncaught Error: When the modifier option is true, validation object must have at least one operator
error
My schema is defined in lib (accessible on client and server both)
I have this error message on client and server both, so it looks like server-side part.
Thanks for great library btw, it’s very helpful and spares me a lot of time.
Issue Analytics
- State:
- Created 8 years ago
- Comments:8
Top Results From Across the Web
Black Box Stocks - The Most User Friendly Stock & Option ...
BlackBox, the most user friendly stock and options trading software available! BlackBox Stocks was created by high frequency traders to give you the...
Read more >How To Use Flow Correctly - A BlackBoxStocks Trading Course
Join BlackBox Today and Receive 28% Off Annual Membership with this discount link!
Read more >BlackBoxStocks Flow Training - YouTube
Become a member Learn how to trade with the advantage of using BlackBoxStocks Intelligent Options Flow to follow the smart money in real ......
Read more >Option Flow Crash Course - YouTube
Learn how to analyze BlackBoxStocks option flow to be able to find trades by tracking the big money with Money Flow Mel!
Read more >Chrome developer tools blackbox option isn't there?
Open chrome settings (or press F1); You will see Blackboxing in the left pane.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The Meteor SimpleSchema package is no longer maintained other than critical fixes to keep it running with each latest Meteor release. Closing non-critical issues in this repo. Anyone who cares about this may do one or more of the following:
+1