mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Console]remove completion for type for filter queries and aggs (#68103)
remove suggesting "type" for filter queries and aggregations, because "type" got removed in the backend.
This commit is contained in:
parent
63bb072064
commit
50013bfd83
1 changed files with 0 additions and 7 deletions
|
@ -58,13 +58,6 @@ filters.limit = {
|
|||
value: 100,
|
||||
};
|
||||
|
||||
filters.type = {
|
||||
__template: {
|
||||
value: 'TYPE',
|
||||
},
|
||||
value: '{type}',
|
||||
};
|
||||
|
||||
filters.geo_bounding_box = {
|
||||
__template: {
|
||||
FIELD: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue