Update filter editor docs with addition of advanced option (#13084)

This commit is contained in:
Lukas Olson 2017-07-26 16:33:16 -07:00
parent 7890439ad5
commit 5b18d3568b

View file

@ -62,8 +62,7 @@ The following operators can be selected:
`is not between`:: Filter where the value for the field is not in the given range.
`exists`:: Filter where any value is present for the field.
`does not exist`:: Filter where no value is present for the field.
. Choose the value(s) for your filter. Values from your indices may be suggested
as selections if you are filtering against an aggregatable field.
. Choose the value(s) for your filter.
+
image::images/add_filter_value.png[]
. (Optional) Specify a label for the filter. If you specify a label, it will be
@ -71,6 +70,10 @@ displayed below the query bar instead of the filter definition.
. Click *Save*. The filter will be applied to your search and be displayed below
the query bar.
NOTE: To make the filter editor more user-friendly, you can enable the `filterEditor:suggestValues` advanced setting.
Enabling this will cause the editor to suggest values from your indices if you are filtering against an aggregatable
field. However, this is not recommended for extremely large datasets, as it can result in long queries.
[float]
[[filter-pinning]]
=== Managing Filters