So hey guys, apparently I don't understand how adv...
# ask-questions
c
So hey guys, apparently I don't understand how advance GB rules work. Twice now I have tried to launch with an '$or' rule, and to be honest I am not sure if it works. The UI only allows for an AND. Perhaps I should do two separate rules instead of the OR (advanced option) rule? Does GB support 'or' rules ? ex:
{'$or": [{attr: value}, {attr: value}]}
s
It does support
or
rules and your syntax looks correct. https://docs.growthbook.io/features/targeting#advanced-mode I'm not sure where you're setting up the rules, but we do have a tester within feature flags, where you can see if the logic behaving as you expect:
👍 1
c
Thank you, I will continue to look into this.