does the Node.js mongoDB driver support $where
predicates in remove(…)
/count(…)
operations? it seems to work for a regular find(…)
, but i receive unexpected results (false positives) with other operations.
Asked
Active
Viewed 68 times
0

RubyTuesdayDONO
- 2,350
- 2
- 25
- 37
-
1Yes that's supported. Can you provide a specific example that's not working as you expect? – JohnnyHK Mar 11 '13 at 21:25
-
yeah, i'll prepare a test case soon to double-check myself. i could just be blundering on asynchronous programming since i'm not used to it - i just didn't see literal functions in the documentation and couldn't figure out what else might have gone wrong. thank you for the followup, @JohnyHK! – RubyTuesdayDONO Mar 12 '13 at 01:48