Database

[{"myKey":"?test"},]

Query

db.collection.find({myKey:{$regex:"\\?test","$options":"i"}})

Result