Skip to content

Commit

Permalink
chore(docs): fix segment rule operators table (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Dec 29, 2023
1 parent 93ea01c commit fcb5364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/basic-features/managing-segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ Some of the operators in local evaluation mode are only supported in later SDK v
The full set of Flagsmith rule operators are as follows:

| Name | Condition |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Exactly Matches (==)` | Trait value is equal to segment value. |
| `Does Not Match (!=)` | Trait value is not equal to segment value. |
| `% Split` | Identity is in the percentage bucket. See [Percentage Split Operator](#percentage-split-operator). |
| `>` | Trait value is greater than segment value. |
| `>=` | Trait value is greater than or equal to segment value. |
| `<` | Trait value is less than segment value. |
| `<=` | Trait value is less than or equal to segment value. |
| `In` | Trait value is equal to one or more elements in a comma delimited list. See [The `In` operator](#the-in-operator). | |
| `In` | Trait value is equal to one or more elements in a comma delimited list. See [The `In` operator](#the-in-operator). |
| `Contains` | Segment value is a substring of trait value. |
| `Does Not Contain` | Segment value is not a substring of the trait value. |
| `Matches Regex` | Segment value, set to a valid Regex expression, is applied to trait value and matches it. |
Expand Down

3 comments on commit fcb5364

@vercel
Copy link

@vercel vercel bot commented on fcb5364 Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on fcb5364 Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on fcb5364 Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.flagsmith.com
docs-flagsmith.vercel.app
docs.bullet-train.io

Please sign in to comment.