diff --git a/docs/reference/migration/migrate_7_5.asciidoc b/docs/reference/migration/migrate_7_5.asciidoc index cd2e3ec7232..7db1961f86d 100644 --- a/docs/reference/migration/migrate_7_5.asciidoc +++ b/docs/reference/migration/migrate_7_5.asciidoc @@ -24,5 +24,5 @@ See also <> and <>. ==== 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.