Make regex searches consistent
Opened this issue · 0 comments
wgjhstt247 commented
In some dashboard regex searches in influxql queries, the start of string ^
and end of string $
regex metacharacters are not present when they should be, unlike other regex searches. For example, /${fi_id}/
should be /^${fi_id}$/
. Please add start of string and end of string metacharacters for consistency and clarity, where appropriate.