Skip to content

Commit

Permalink
remove suggesting type for filter queries and aggregations, because type
Browse files Browse the repository at this point in the history
got removed.
  • Loading branch information
Hendrik committed Jun 3, 2020
1 parent 6f3e1bf commit d2613f7
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 d2613f7

Please sign in to comment.