Closed dominicarrojado closed 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.
Files.find({parentFileId: parentFileId , database: database, deleted: false}, {sort: {createdAt: 1}});
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.