From cac611e4a7f625e6179b790e864ec2a894539289 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Thu, 14 Nov 2019 09:42:18 -0700 Subject: [PATCH] update docs --- docs/maps/search.asciidoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/maps/search.asciidoc b/docs/maps/search.asciidoc index de72c32f153d1..f912530fb506f 100644 --- a/docs/maps/search.asciidoc +++ b/docs/maps/search.asciidoc @@ -14,7 +14,7 @@ You can create a layer that requests data from {es} from the following: ** Grid aggregation source -** <>. The search context is applied to both the terms join and the vector source when the vector source is provided by Elasticsearch documents. +** <> * <> with Grid aggregation source @@ -87,8 +87,11 @@ The most common cause for empty layers are searches for a field that exists in o [[maps-disable-search-for-layer]] ==== Disable search for layer -To prevent the global search bar from applying search context to a layer, clear the *Apply global filter to layer* checkbox in Layer settings. -Disabling the search context applies to the layer source and all <> configured for the layer. +You can prevent the search bar from applying search context to a layer by configuring the following: + +* Clear the *Apply global filter to source* checkbox in *Source settings* to prevent the global search context from applying to the layer source. + +* Clear the *Apply global filter to join* checkbox in *Term joins* to prevent the global search context from applying to a <>. [float] [[maps-add-index-search]]