I have a model name product which has a key ageGroup: ["10 - 12", "13 - 15"] array of range strings
I need to query all the elements if i pass the ageGroup 10 or 11 or 15 in number or in string.
For ex
db.product.find({ageGroup: 11})
Or
db.product.find({ageGroup: 15})
Sorry for bad question typing, using mobile app.