Database

[{"collection":"collection","count":3,"content":{"videos":{"type":"array","size":2,"arrayContent":{"type":"object","objectContent":{"title":{"type":"fromArray","randomOrder":true,"in":["this is a test title","this is another example title","title ","empty "]},"views":{"type":"int","minInt":0,"maxInt":220},"duration":{"type":"int","minInt":0,"maxInt":27387}}}}},"indexes":[{"name":"title_index","key":{"videos.title":"text"}}]}]

Query

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

Result