A text index exists on the `description` field. A user runs the query below expecting documents containing the exact phrase. What does the query actually return?db.bikes.find({ $text: { $search: "\"red bike\"" } })