Skip to content

Commit

Permalink
fixing regex displaying as undefined in the pill (#5266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Lyons authored and mistercrunch committed Jun 22, 2018
1 parent 73295f2 commit 2f27432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/src/explore/AdhocFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const OPERATORS_TO_SQL = {
in: 'in',
'not in': 'not in',
LIKE: 'like',
regex: 'regex',
};

function translateToSql(adhocMetric, { useSimple } = {}) {
Expand Down

0 comments on commit 2f27432

Please sign in to comment.