Skip to content

Commit

Permalink
[Console]remove completion for type for filter queries and aggs (elas…
Browse files Browse the repository at this point in the history
…tic#68103)

remove suggesting "type" for filter queries and aggregations, because "type"
got removed in the backend.
  • Loading branch information
Hendrik Muhs authored Jun 4, 2020
1 parent 63bb072 commit 50013bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/plugins/console/server/lib/spec_definitions/js/filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ filters.limit = {
value: 100,
};

filters.type = {
__template: {
value: 'TYPE',
},
value: '{type}',
};

filters.geo_bounding_box = {
__template: {
FIELD: {
Expand Down

0 comments on commit 50013bf

Please sign in to comment.