Skip to content

Question 11 / 50

ImportantMediumDebuggingQuerying

This user search is fine in development and unusable in production. What would you investigate?

db.users.find({
  name: { $regex: /rah/i }
})
Think about it first.