diff --git a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-state-query-api.md b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-state-query-api.md index d4b55b06e..011d8a7d8 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-state-query-api.md +++ b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-state-query-api.md @@ -30,6 +30,7 @@ The body of the request is the JSON map with 3 entries: `filter`, `sort`, and `p The `filter` is an optional section. It specifies the query conditions in the form of a tree of key/value operations, where the key is the operator and the value is the operands. The following operations are supported: + | Operator | Operands | Description | |----------|-------------|--------------| | `EQ` | key:value | key == value | diff --git a/daprdocs/static/images/state-management-overview.png b/daprdocs/static/images/state-management-overview.png index 6b29551d3..6f5d029cc 100644 Binary files a/daprdocs/static/images/state-management-overview.png and b/daprdocs/static/images/state-management-overview.png differ