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

not working with mongoDb cluster 7 #60

Open
Bamorem opened this issue Jul 3, 2024 · 2 comments
Open

not working with mongoDb cluster 7 #60

Bamorem opened this issue Jul 3, 2024 · 2 comments
Labels
fixed This issue is solved/fixed.

Comments

@Bamorem
Copy link

Bamorem commented Jul 3, 2024

After upgrating my cluster 6 to 7

my aggregatePaginate() doesn't woke using $geoNear.

It was working under a cluster 6, but not 7.

And the same aggregate is working with a simple aggregate() without paginate using geoNear.

@saminndex
Copy link

Same here $geoNear is not allowed to be used within a $facet stage

@saminndex
Copy link

I've fixed this @Bamorem - the documentation has this:

[useFacet] {Bool} - To use facet operator instead of using two queries. This is the new default. (Default: true)

So if you just change this to false it will resolve the issue

@aravindnc aravindnc added the fixed This issue is solved/fixed. label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed This issue is solved/fixed.
Projects
None yet
Development

No branches or pull requests

3 participants