How to update the Ad-hoc filter operators?

I’m developing a datasource plugin with ad-hoc filters and I need to update the default operators. Right now, the dropdown shows =, >, <, etc. but I need to add two more operators LIKE and IN.

I have already implemented these two function grafana/datasource.ts at 08bf2a54523526a7f59f7c6a8dafaace79ab87db · grafana/grafana · GitHub but looks like there is no function for the operators list.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.