-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.6.4
-
Component/s: Write Ops
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
db.Example.remove(
{"wordCount":0}) gives
WriteResult({
"nRemoved" : 0,
"writeError" : {
"code" : 65,
"errmsg" : "multiple errors for op : error processing query: ns=jerome5.Example limit=0 skip=0\nTree: wordCount == 0.0\nSort: {}\nProj: {}\n No query solutions :: and :: error processing query: ns=jerome5.Example limit=0 skip=0\nTree: wordCount == 0.0\nSort: {}\nProj: {}\n No query solutions :: and :: error processing query: ns=jerome5.Example limit=0 skip=0\nTree: wordCount == 0.0\nSort: {}\nProj: {}\n No query solutions"
}
})
Maybe remove should be an exception to the notablescan setting?