diff --git a/docs/reference/query-dsl/query-string-query.asciidoc b/docs/reference/query-dsl/query-string-query.asciidoc index 70f976d1d56c..28d7be357c9e 100644 --- a/docs/reference/query-dsl/query-string-query.asciidoc +++ b/docs/reference/query-dsl/query-string-query.asciidoc @@ -109,7 +109,8 @@ which field to search on. It defaults to `_all` field. If the `_all` field is disabled, the `query_string` query will automatically attempt to determine the existing fields in the index's mapping that are -queryable, and perform the search on those fields. +queryable, and perform the search on those fields. Note that this will not +include nested documents, use a nested query to search those documents. [float] ==== Multi Field