-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add *WhereGeoWithin methods (Mongo > 2.4) #41
base: master
Are you sure you want to change the base?
Conversation
It seems that the tests are failing because of MongoDB not returning the data in the same order as expected. |
composer.json
Outdated
@@ -1,5 +1,5 @@ | |||
{ | |||
"name": "league/monga", | |||
"name": "devitek/monga", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The vendor should stay as "league"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, my bad, I published a new version on my fork, I forget that the PR will update too. I'll fix it right now !
@bcrowe Updated ! Thx for your feedback :) |
Any update guys :) ? |
Up ❓ |
This PR adds support to "$geoWithin" keyword instead of "$within" which was deprecated after Mongo 2.4.