Skip to content

Commit

Permalink
Add in $exists support
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Aug 12, 2012
1 parent 75f5fb4 commit 7dd2d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function createQueryCtor (racer) {
, lte: '$lte'
, within: '$in'
, contains: '$all'
, exists: '$exists'
};

for (var k in methods) {
Expand Down

0 comments on commit 7dd2d4a

Please sign in to comment.