[Docs] Remove `intervals` filter rule from allowed top-level rules (#50320)

The `filter` rule is not allowed on the top-level of the query, so removing it
from the list of allowed rules. Where it can be nested inside other rules, those
rules already mention it.
This commit is contained in:
Christoph Büscher 2019-12-18 17:35:35 +01:00
parent ec11c04bd5
commit bf63f24209
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ Valid rules include:
* <<intervals-wildcard,`wildcard`>>
* <<intervals-all_of,`all_of`>>
* <<intervals-any_of,`any_of`>>
* <<interval_filter,`filter`>>
--
[[intervals-match]]