I have a collection with the following documents
1.question:"Best OS?"
2.question:"Best Mobile?"
3.question:"Worst OS?"
If i search for a string "Best" then it results then it must return 1 and 2 documents. How to achieve this in mongo
I have a collection with the following documents
1.question:"Best OS?"
2.question:"Best Mobile?"
3.question:"Worst OS?"
If i search for a string "Best" then it results then it must return 1 and 2 documents. How to achieve this in mongo