From f2ce1a833383c12b2155d24d3e2006e82f793861 Mon Sep 17 00:00:00 2001 From: Aldrick Castro Date: Fri, 8 Dec 2023 10:46:19 -0500 Subject: [PATCH] Update README.md Co-authored-by: skarimo <40482491+skarimo@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02188fe6..e61fd5c0 100644 --- a/README.md +++ b/README.md @@ -185,9 +185,9 @@ Available keys: - `Name`: Attribute key to filter on. This can be any attribute represented in dot notation (such as `attributes.user_count`). [required] - `Value`: Regex to filter attribute value by. Note: special regex characters need to be escaped if filtering by raw string. [required] - `Operator`: Available operators are below. All invalid operator's default to `ExactMatch`. - - `SubString`: Sub string matching. (This operator will be removed in future releases, for more information read the [SubString and ExactMatch Deprecation Section](#substring-and-exactmatch-deprecation) below) - - `ExactMatch`: Exact string match. (This operator will be removed in future releases, for more information read the [SubString and ExactMatch Deprecation Section](#substring-and-exactmatch-deprecation) below) - `Not`: Inverse of `ExactMatch`. + - `SubString` (*Deprecated*): Sub string matching. (This operator will be removed in future releases. See [SubString and ExactMatch Deprecation](#substring-and-exactmatch-deprecation) section.) + - `ExactMatch` (*Deprecated*): Exact string match. (This operator will be removed in future releases. See [SubString and ExactMatch Deprecation](#substring-and-exactmatch-deprecation) section.) By default, if multiple filters are passed for the same resource, `OR` logic is applied to the filters. This behavior can be adjusted using the `--filter-operator` option.