From 877d7a2360a10a276a3fefe48e12c1a2094ffa89 Mon Sep 17 00:00:00 2001 From: Christophe Bismuth Date: Fri, 30 Nov 2018 13:03:16 +0100 Subject: [PATCH] Add "Multi Field" sub-section (#34142) --- docs/reference/query-dsl/query-string-query.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/query-dsl/query-string-query.asciidoc b/docs/reference/query-dsl/query-string-query.asciidoc index f0c745518275d..0783935c2c419 100644 --- a/docs/reference/query-dsl/query-string-query.asciidoc +++ b/docs/reference/query-dsl/query-string-query.asciidoc @@ -348,6 +348,9 @@ The example above creates a boolean query: that matches documents with at least two of the terms `this`, `that` or `thus` in the single field `title`. +[float] +===== Multi Field + [source,js] -------------------------------------------------- GET /_search