This message was deleted.
# ask-questions
w
This message was deleted.
f
@future-teacher-7046 thoughts?
f
Ah, I don't think you can have other targeting conditions at the same level as
$or
So for this, you would need to add an $and:
Copy code
{
  "$and": [
    {"$or":{...}},
    {...other targeting}
  ]
}
b
Thanks a lot 🙏 it's working now ! Maybe it could be great to add it to documentation 🙏
137 Views