You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The popups are very helpful while developing queries, but not all valid expression operators appear in the popup for the update method when using an aggregation pipeline. There may be others, but I noticed "$setIntersection" doesn't appear in the popup.
Here's a valid update method that works, but "$setIntersection" didn't appear in the popup while typing.
I based my list on operators listed here: mongodb update operator, but it looks like you can also use some of the aggregation operator in an update query ?
Do you know if there are other operator missing ?
The popups are very helpful while developing queries, but not all valid expression operators appear in the popup for the
update
method when using an aggregation pipeline. There may be others, but I noticed"$setIntersection"
doesn't appear in the popup.Here's a valid
update
method that works, but"$setIntersection"
didn't appear in the popup while typing.Try it on mongoplayground.net.
The text was updated successfully, but these errors were encountered: