1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: explain that with multiple segments, all must be satisfied.

This commit is contained in:
Thomas Heartman 2022-04-04 11:48:59 +02:00
parent 93b20246a7
commit 971b411db1

View File

@ -17,7 +17,7 @@ If you update the segment, the changes will affect every strategy that uses that
Segments are collections of strategy constraints. To satisfy a segment, *all* the constraints in the collection must be satisfied.
If an activation strategy has a segment *and* additional constraints applied, the segment *and* the strategies must all be satisfied.
If an activation strategy has a segment *and* additional constraints applied, the segment *and* the strategies must all be satisfied. Similarly, if an activation strategy has multiple segments, then they must *must all be satisfied*.
## Creating, updating, and deleting segments