-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Write Ops
-
None
-
Query
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
$unset operator follow syntax like this :
{$unset:{field: "irrelevant value"}} what is the use of this irrelevant value? (is it to maintain JSON format key:value)
shouldn't it have syntax something like {$unset:[field1, field2]} ..array of fields to unset without values and it will not be confusing anymore.
thanks