I broke my head yesterday trying to get an array of query results in Meteor using
cursor.toArray()
(see http://docs.mongodb.org/manual/reference/method/cursor.toArray/ )
I could not get it to work. Finally, I tried it in the Meteor mongo console, and it worked perfectly.
I'm new to Meteor - what am I missing here? is there a link that tells me which mango code can be executed on the client side? I looked in the documents Meteor and could not find. When I look for what I can do in Meteor, I often look through Mongolian documents (as indicated above) - how important are they in minimongo?
Thanks!
source share