-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:Any
Hi guys,
Would a $insert_at operator for an array be possible? Something like:
given a document:
{ a : [ 'one', 'three' ] }the update: { $insert_at : { a :
{ 1 : 'two' }}}
results in:
{ a : ['one', 'two', 'three']}- duplicates
-
SERVER-2363 $push/$pushAll support for insertion at any position (top/bottom/ordinal)
- Closed
- related to
-
SERVER-1014 A modifier to delete a single value from an array
- Closed