mongo find-matches value

Comparison Query Operators
Name Description

$gt Matches values that are greater than the value specified in the query.

 

$gte Matches values that are equal to or greater than the value specified in the query.

 

$in Matches any of the values that exist in an array specified in the query.

 

$lt Matches values that are less than the value specified in the query.

 

$lte Matches values that are less than or equal to the value specified in the query.

 

$ne Matches all values that are not equal to the value specified in the query.

 

$nin Matches values that do not exist in an array specified to the query.
posted @ 2014-04-21 14:30  Ellen_Fu  阅读(243)  评论(1编辑  收藏  举报