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

Add *WhereGeoWithin methods (Mongo > 2.4) #41

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

CaporalDead
Copy link

This PR adds support to "$geoWithin" keyword instead of "$within" which was deprecated after Mongo 2.4.

@CaporalDead
Copy link
Author

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",
Copy link
Member

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"

Copy link
Author

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 !

@CaporalDead
Copy link
Author

@bcrowe Updated ! Thx for your feedback :)

@CaporalDead
Copy link
Author

Any update guys :) ?

@CaporalDead
Copy link
Author

Up ❓

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

Successfully merging this pull request may close these issues.

2 participants