Skip to content

Commit

Permalink
Update filter editor docs with addition of advanced option (#13084)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson authored Jul 26, 2017
1 parent 1675529 commit e3aeb0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/discover/field-filter.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,18 @@ 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
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
Expand Down

0 comments on commit e3aeb0b

Please sign in to comment.