Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregation with $geoNear stage requires $geoNear to be the first stage of a pipeline #154

Open
pablos44 opened this issue May 13, 2024 · 0 comments

Comments

@pablos44
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant