https://www.growthbook.io/ logo
c

crooked-salesclerk-71686

09/16/2023, 10:57 AM
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

fresh-football-47124

09/18/2023, 6:29 AM
Hi Kai - you can open a ticket on GitHub for that
we usually build things that are requested
2 Views