Monthly Archives: December 2014

MongoDB query examples

To not keep some Mongo queries in my own memory, I note them here.

With Javascript evaluation in condition

Javascript evaluation is slow. Don’t forget “==” and “this” in condition clause:

Continue reading