标签: node.js mongodb node-mongodb-native
在remove(…) / count(…)操作中Node.js mongoDB驱动程序是否支持$where谓词?它似乎适用于常规find(…),但我收到其他操作的意外结果(误报)。
remove(…)
count(…)
$where
find(…)