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 mongoose-delete plugin prepends the pipeline with a { $match: { deleted: { '$ne': true } } } stage which can't work when the first stage is $geoNear. Ideally "delete" query can be added to $geoNearquery parameter or at the following stage I think.
The text was updated successfully, but these errors were encountered:
The mongoose-delete plugin prepends the pipeline with a
{ $match: { deleted: { '$ne': true } } }
stage which can't work when the first stage is $geoNear. Ideally "delete" query can be added to$geoNear
query
parameter or at the following stage I think.The text was updated successfully, but these errors were encountered: