How can I do a random search in Mongodb and Meteor.js, so that the results do not always go in the same order?
You can use lodash shuffle like:
_.shuffle(CollectionName.find().fetch())