Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/user/general/identifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Description
To query multiple indices, you could

1. Include ``*`` in index name, this is an index pattern for wildcard match.
2. Delimited multiple indices and seperated them by ``,``. Note: no space allowed between each index.
2. Delimit multiple indices with ``,`` and enclose the entire comma-separated list in backticks. Note: no space allowed between each index.


Examples
Expand Down
Loading