Hi,
You can use the query as below for selection of more than one value in variable
|> filter(fn: (r) => r[“_field”] =~ /${q_line:regex}/)
Hi,
You can use the query as below for selection of more than one value in variable
|> filter(fn: (r) => r[“_field”] =~ /${q_line:regex}/)