mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
join multivalue variables with ,
This commit is contained in:
parent
e6501f0f0e
commit
6793fa5e54
@ -151,7 +151,7 @@ export default class PostgresQuery {
|
||||
}
|
||||
|
||||
var escapedValues = _.map(value, kbn.regexEscape);
|
||||
return '(' + escapedValues.join('|') + ')';
|
||||
return '(' + escapedValues.join(',') + ')';
|
||||
}
|
||||
|
||||
render(interpolate?) {
|
||||
|
Loading…
Reference in New Issue
Block a user