Skip to content

Commit 3c280d5

Browse files
konradkonradareek
authored andcommitted
Resolve wording inconsistency
AND and OR filter docs talk about different targets for the operators. I believe that both should be described in terms of modifying other 'filters'. I also added articles for easier (human) parsing. This fixes #4762 Closes #7165
1 parent a154687 commit 3c280d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/reference/query-dsl/filters/and-filter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[query-dsl-and-filter]]
22
=== And Filter
33

4-
A filter that matches documents using `AND` boolean operator on other
4+
A filter that matches documents using the `AND` boolean operator on other
55
filters. Can be placed within queries that accept a filter.
66

77
[source,js]

docs/reference/query-dsl/filters/or-filter.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[[query-dsl-or-filter]]
22
=== Or Filter
33

4-
A filter that matches documents using `OR` boolean operator on other
5-
queries. Can be placed within queries that accept a filter.
4+
A filter that matches documents using the `OR` boolean operator on other
5+
filters. Can be placed within queries that accept a filter.
66

77
[source,js]
88
--------------------------------------------------

0 commit comments

Comments
 (0)