Are there plans to introduce more mongodb operator...
# announcements
c
Are there plans to introduce more mongodb operators for the advanced targeting of users in override rules? I am specifically looking for the
$mod
operator to target specific users in such a way:
Copy code
{
  "userId": {
    "$mod": [
      3,
      0
    ]
  }
}
Thank you 🙂
f
Hi Kai - you can open a ticket on GitHub for that
we usually build things that are requested