I have a model I want to perform a text search on with mongoose.
let models = await MyModel.find({$text: {$search: \'"go"\'}});
However, I h