You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document default search technique change for Options List controls
The default search technique for newly created Options List controls changed
from Prefix to Contains in 9.4 (Kibana PR #250992). Add search technique
options to the 9.4 tab (were missing) with Contains as default, and mark
Prefix as default in the 9.0-9.3 tab.
Closes#4951
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/add-controls.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,13 @@ To add interactive Options list and Range slider controls, create the controls,
75
75
***Label**: Overwrite the default field name with a clearer and self-explanatory label.
76
76
-**Selections**:
77
77
Select multiple values to filter with the control, or only one.
78
+
-**Search technique** (for Options list controls on *string* and *IP address* type fields):
79
+
80
+
***Prefix**: Show options that *start with* the entered value.
81
+
***Contains** (default): Show options that *contain* the entered value. This setting is only available for *string* type fields.
82
+
***Exact**: Show options that are an *exact* match with the entered value.
83
+
84
+
The search is not case sensitive. For example, searching for `ios` would still retrieve `iOS` if that value exists.
78
85
-**Additional settings**:
79
86
80
87
-**Use global filters**: A panel-level setting that applies to each individual control. It is enabled by default.
@@ -96,8 +103,8 @@ To add interactive Options list and Range slider controls, create the controls,
96
103
97
104
For Options list controls on *string* and *IP address* type fields, you can define how the control’s embedded search should behave:
98
105
99
-
***Prefix**: Show options that *start with* the entered value.
100
-
***Contains**: Show options that *contain* the entered value. This setting option is only available for *string* type fields. Results can take longer to show with this option.
106
+
***Prefix** (default): Show options that *start with* the entered value.
107
+
***Contains**: Show options that *contain* the entered value. This setting is only available for *string* type fields.
101
108
***Exact**: Show options that are an *exact* match with the entered value.
102
109
103
110
The search is not case sensitive. For example, searching for `ios` would still retrieve `iOS` if that value exists.
0 commit comments