[DOCS] Fix minor typo affecting formatting (#51655)

This commit is contained in:
Peter Dyson 2020-01-30 17:41:30 +10:00 committed by lcawl
parent 149b68d850
commit b5a2ee5be2
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ See also <<release-highlights>> and <<es-release-notes>>.
==== Stricter checking for wildcard queries on _index
Previously, a wildcard query on the `_index` field matched directly against the
fully-qualified index name. Now, in order to match against remote indices like
i`cluster:index`, the query must contain a colon, as in `cl*ster:inde*`. This
`cluster:index`, the query must contain a colon, as in `cl*ster:inde*`. This
behavior aligns with the way indices are matched in the search endpoint.