Database

[{"collection":"collection","count":5,"content":{"description":{"type":"fromArray","in":["Good Morning"]}},"indexes":[{"name":"description_text_idx","key":{"description":"text"}}]}]

Query

db.collection.find({"$text":{"$search":"good"}})

Result