From a52965b2709eb1f1b42c86ab4ee940c3bf44df27 Mon Sep 17 00:00:00 2001 From: Max Chodorowski Date: Fri, 29 Dec 2023 20:59:00 +0000 Subject: [PATCH] Fixed filter operators table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b518d51..bab7ae5 100644 --- a/README.md +++ b/README.md @@ -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.