Skip to content

Commit 0f8bf2b

Browse files
Suggestions from @benironside
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
1 parent b23ed67 commit 0f8bf2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

explore-analyze/_snippets/multi-value-esql-controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
You can create controls that let users select multiple values. To do that:
22

3-
1. Add the [`MV_CONTAINS`](elasticsearch://reference/query-languages/esql/functions-operators/mv-functions.md#esql-mv_contains) function to your query, and [create a variable](#add-variable-control) as one of the function parameters. For example:
3+
1. Add the [`MV_CONTAINS`](elasticsearch://reference/query-languages/esql/functions-operators/mv-functions.md#esql-mv_contains) function to your query, and [create a variable](#add-variable-control) as one of its parameters. For example:
44

55
```esql
66
FROM logs-* | WHERE MV_CONTAINS(?values, field)
@@ -14,4 +14,4 @@ You can create controls that let users select multiple values. To do that:
1414
1515
3. Save the control.
1616
17-
The newly configured control becomes available and allows to select multiple values.
17+
The newly configured control becomes available and allows users to select multiple values.

explore-analyze/_snippets/variable-control-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. While editing your {{esql}} query, the autocomplete menu suggests adding a control when relevant or when typing `?` in the query. Select **Create control**.
1+
1. While you edit your {{esql}} query, the autocomplete menu suggests adding a control when relevant or when you type `?` in the query. Select **Create control**.
22

33
![ESQL query prompting to add a control](/explore-analyze/images/esql-visualization-control-suggestion.png " =40%")
44

0 commit comments

Comments
 (0)