[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:
Hendrik Muhs 2020-06-04 14:30:30 +02:00 committed by GitHub
parent 63bb072064
commit 50013bfd83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,13 +58,6 @@ filters.limit = {
value: 100,
};
filters.type = {
__template: {
value: 'TYPE',
},
value: '{type}',
};
filters.geo_bounding_box = {
__template: {
FIELD: {