You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/targeting.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,15 @@ In this case the feature flag evaluation is based on the secure hashes of the co
58
58
| IS ONE OF (Sensitive) | Checks if the *Attribute* is listed in the *Comparison value*. *Comparison value* should be a comma separated list. |
59
59
| IS NOT ONE OF (Sensitive) | True if the *Attribute* is not listed in the *Comparison value*. |
60
60
61
-
Since sensitive text comparators don't support CONTAINS or DOES NOT CONTAIN comparisons, here is an example how to target users from the same company.
62
-
Adding a `domain` custom attribute and using only sensitive comparators to target them.
61
+
Since sensitive text comparators don't support CONTAINS or DOES NOT CONTAIN comparisons, here is an example how to target users from the same company. Which used to be handled by a rule like:
62
+
63
+

64
+
65
+
66
+
You can add a custom attribute called `domain` and use only sensitive comparators in the targeting rule.
0 commit comments