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

Fix for issue when running a where comparison on fields of type MongoID #40

Closed
wants to merge 1 commit into from

Commits on Sep 16, 2013

  1. Added in a fix for an issue when executing a where query on field whi…

    …ch is of type MongoID. Previously, it would not return any results as it was searching for a string, now if the string matches the MongoID format it will search for a MongoID instead.
    AlastairDewar committed Sep 16, 2013
    Configuration menu
    Copy the full SHA
    cc1185e View commit details
    Browse the repository at this point in the history