Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumMongoDBtext and $regex searchSingle-choice MCQ

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\"" } })