Skip to content

Commit

Permalink
fix(native-filters): add support for boolean cols to select (#16061)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored Aug 4, 2021
1 parent 2c55cc6 commit 86cecae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const FILTER_SUPPORTED_TYPES = {
filter_timegrain: [GenericDataType.TEMPORAL],
filter_timecolumn: [GenericDataType.TEMPORAL],
filter_select: [
GenericDataType.BOOLEAN,
GenericDataType.STRING,
GenericDataType.NUMERIC,
GenericDataType.TEMPORAL,
Expand Down

0 comments on commit 86cecae

Please sign in to comment.