Possible Duplicate:
How can I add a two column unique id to the mongodb in a meteor app?
Is mongo indexing implemented in any way in Meteor yet? I'm trying to index on unique names of documents in a collection.
Something like:
Collection.ensureIndex({name:1});