I have a collection that records comments from users. Something like the below: { _id:1 "statusReason" : { "text" : { "value" :"Hello there " } }
} I need to write a query that can identify any comments containing any emoji. Please help. Thanks!
MongoDB version: 3.4.24