Skip to content

Commit

Permalink
Fix fields filtering in table vis
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof committed Feb 3, 2020
1 parent fc8995b commit f2a3803
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/legacy/ui/public/agg_types/agg_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ const unknownSchema: Schema = {
defaults: {},
editor: false,
group: AggGroupNames.Metrics,
aggSettings: {
top_hits: {
allowStrings: true,
},
},
};

const getTypeFromRegistry = (type: string): AggType => {
Expand Down

0 comments on commit f2a3803

Please sign in to comment.