Skip to content

Commit ed41a8c

Browse files
authored
Update index.md FAQ section $ operator
1 parent 6c6d12a commit ed41a8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/engage/audiences/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,9 @@ The audience summary is a breakdown of the percentages of external_ids of users
235235

236236
> info ""
237237
> The Identifier Breakdown won't show custom IDs included in the Identity resolution configuration. Segment only displays external IDs in the breakdown.
238+
239+
## FAQ
240+
241+
**Why am I getting a different user count when using the $ on a field?**
242+
It is recommended and correct to use the $ when dealing with array properties. However, note that the $ causes the logical condition to be applied to each array entry independently, and instead it's more accurate to use the “equals one of” condition.
243+
![$ operator](https://github.com/segmentio/segment-docs/assets/68755692/7b0b6923-a4ad-4290-8aa6-bbbc7cb1ee1b)

0 commit comments

Comments
 (0)