Hello Grafana guys,
Recently I’v got a specific demand from my data scientists team about the way lucene queries interpolates array variables into graphical plugins.
By default, a array or list variable is automatically interpolated with “OR” operators so that the query ends like “element0” OR “element1” OR “element2”… but it seems that’s there no standard solution to make the query use the “AND” operator so that the query would be “element0” AND “element1” AND “element2”…
I added a “luceneAND” interpolation operator in a custom version I built for them but my colleagues are asking if it’s possible to add the “AND” operator with lucene interpolation in futures standard releases (especially for enterprise releases since we will buy a subscription).
Thank you.