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 expression t.Locations[0].Coords resolves as Locations.0.Coords which is fine for other things but I believe MongoDB is looking for Locations.Coords so we need to be smarter with the field resolution here.
The text was updated successfully, but these errors were encountered:
The expression
t.Locations[0].Coords
resolves asLocations.0.Coords
which is fine for other things but I believe MongoDB is looking forLocations.Coords
so we need to be smarter with the field resolution here.The text was updated successfully, but these errors were encountered: