I need to do a find in a mongodb, but utility de $or. I read in the documentation that is it possible but I have problem.
I am utility this command.
coronium:getObjects (“db”, {where = {$or: [{usuario=“nombre1”, usuario = “nombre2”}}, onGetObject)
Any idea. thank you