I am planning to upload user's word documents in MongoDB using GridFS. I have to implement following functionality.
When admin type a string and hit search in administration app, i have to list all word documents where the contents contain the search string. I have to search across all user's documents.
Is there a way to achieve this in MongoDB? If not, what is the best way to achieve this?