remove unnecessary version notices (#94839)

This commit is contained in:
Robby Milo
2024-10-17 10:32:17 +01:00
committed by GitHub
parent ba6829f4a7
commit c6eeb2d845
23 changed files with 17 additions and 163 deletions
@@ -125,10 +125,6 @@ For example, `apps.$app.servers.*` uses the variable `$app` in its query definit
### Use `__searchFilter` to filter query variable results
{{% admonition type="note" %}}
Available in Grafana v6.5 and higher.
{{% /admonition %}}
You can use `__searchFilter` in the query field to filter the query result based on what the user types in the dropdown select box.
The default value for `__searchFilter` is `*` if you've not entered anything, and `` when used as part of a regular expression.