Remove atrributes on documents. Problem!
Answered
When i edit a document to remove some attributes.
I get "WriteResult({ "nMatched" : 1, "nUpserted" : 0, "nModified" : 0 })"
Doesn't modify the document.
This is not really a NoSQLBooster bug, and the script returns the response result of the Mongo server. It's the same result as your execution in Mongo Shell.
And, If you want to remove "lastName" field, you should use $unset operator:
This is not really a NoSQLBooster bug, and the script returns the response result of the Mongo server. It's the same result as your execution in Mongo Shell.
And, If you want to remove "lastName" field, you should use $unset operator:
Do you mean to return the wrong prompt or failed to modify it? If you're reporting a bug, please make sure you include steps to reproduce it.
Do you mean to return the wrong prompt or failed to modify it? If you're reporting a bug, please make sure you include steps to reproduce it.
Replies have been locked on this page!