Skip to content

Commit

Permalink
Fixed filter operators table
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwroc authored Dec 29, 2023
1 parent eb640e6 commit a52965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Operator is an optional property. If operator is not specified it depends on `va
* if `value` property is set but above conditions are not met the operator is "`=`"

| Name | Since | Type |
|:-----|:-----|
|:-----|:-----|:-----|
| `"exists"` | v1.3.0 | It checks if field is present (e.g. to match entities having particular attribute regardless of the attribute value). It doesn't require `value` to be specified.
| `"not_exists"` | v3.1.0 | It checks if field is not present (e.g. to match entities without particular attribute). It doesn't require `value` to be specified.
| `"="` | v1.3.0 | If value equals the one specified in `value` property.
Expand Down

0 comments on commit a52965b

Please sign in to comment.