Database
[{"collection":"foo","count":5,"content":{"_id":{"type":"autoincrement","autoType":"int","startInt":1},"val":{"type":"enum","values":["google seo","google ","seo random ","none","seo out of order google string"]}},"indexes":[{"name":"val_1","key":{"val":"text"}}]}]
Query
db.foo.aggregate({"$match":{$text:{$search:"google seo"}}},{"$set":{"metaTextScore":{"$meta":"textScore"}}},{"$match":{"$expr":{"$gt":["$metaTextScore",1]}}})