We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177c55c commit 3cb9997Copy full SHA for 3cb9997
1 file changed
README.md
@@ -120,7 +120,7 @@ Each predicate type supports specific comparison operators and requires proper C
120
- `CollectionContainsAnyOf`: Checks if the collection contains any of the specified values
121
- `CollectionNotContainsAnyOf`: Checks if the collection contains none of the specified values
122
- `CollectionContainsAll`: Checks if the collection contains all specified values
123
- - `In`: Checks if a value is in the specified list
+ - `In`: Checks if a value is in the specified list (operates on non-collection types: numeric/strings etc ..)
124
- `NotIn`: Checks if a value is not in the specified list
125
- **ComparisonValue Format**: Pipe-separated values (e.g., `"1|2|3"`)
126
- **Example**:
0 commit comments