Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/reference/query-languages/sql/sql-rest-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ James S.A. Corey |Leviathan Wakes |561 |2011-06-02T00:00:00.000Z

If you are using [Kibana Console](docs-content://explore-analyze/query-filter/tools/console.md) (which is highly recommended), take advantage of the triple quotes `"""` when creating the query. This not only automatically escapes double quotes (`"`) inside the query string but also support multi-line as shown below:

![console triple quotes](docs-content://explore-analyze/images/elasticsearch-reference-console-triple-quotes.png "")
![console triple quotes](../images/elasticsearch-reference-console-triple-quotes.png "")

::::

Expand Down
Loading