Skip to content

Commit d48aee2

Browse files
authored
Update sql docs for querying multiple indices (#5340)
* update sql docs for querying multiple indexes Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com> * fix wording Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com> --------- Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
1 parent cd3a8e7 commit d48aee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user/general/identifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Description
150150
To query multiple indices, you could
151151
152152
1. Include ``*`` in index name, this is an index pattern for wildcard match.
153-
2. Delimited multiple indices and seperated them by ``,``. Note: no space allowed between each index.
153+
2. Delimit multiple indices with ``,`` and enclose the entire comma-separated list in backticks. Note: no space allowed between each index.
154154

155155

156156
Examples

0 commit comments

Comments
 (0)