Mongodb – Mongo how to find field excluding special chars
I have this Mongo document { _id: ObjectId('6616851ed50d6d1451fa8176'), phone: "+7(926)458-54-52", name: "Aboba" } I want to find that document if user inputs 7926, but also my filter is filtering another field as well. I am filtering with regex phone or…