$ $里面可以使用$ match吗?

时间:2013-08-01 18:16:44

标签: mongodb mongo-java

我使用以下查询:

{ $match: { $where: "price > 5" }}

但是它会抛出错误:
exception: FieldPath field names may not start with '$'." , "code" : 16410 , "ok" : 0.0}

1 个答案:

答案 0 :(得分:0)

据我记得,它就像是

{$match: {"price":{$gt:5}}