Details
-
Improvement
-
Resolution: Done
-
Minor - P4
-
None
-
2.6.4
-
None
Description
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?