matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
435 stars 68 forks source link

How to search with specific params? #436

Closed dominicarrojado closed 8 years ago

dominicarrojado commented 8 years ago

I want to search for this collection: Files.find({parentFileId: parentFileId , database: database, deleted: false}, {sort: {createdAt: 1}}); Currently it search for all files. How to do these filters? Thanks! And the documentation still confuses me.