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

Avoid multiple $nears in one query #3798

Commits on May 10, 2017

  1. Avoid multiple $nears in one query

    Mongo has a hard limit on 1 $near operation per query. Restructuring to
    avoid SERVER-13732 should not invalidate a query by creating multiple
    $near operations.
    
    Additionally, queries with multiple $ors are now recursively handled,
    whereas before, ops at the top level would only have been pushed one
    level deeper.
    
    parse-community#3767
    NotBobTheBuilder committed May 10, 2017
    Configuration menu
    Copy the full SHA
    122541a View commit details
    Browse the repository at this point in the history