Browse Source

[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.
Christoph Büscher 5 years ago
parent
commit
7f90ff64a3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/reference/query-dsl/intervals-query.asciidoc

+ 0 - 1
docs/reference/query-dsl/intervals-query.asciidoc

@@ -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]]