Skip to content

Commit f28d8dd

Browse files
committed
renamed a section
1 parent 78e5255 commit f28d8dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/queries-aggregations/filtering.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ Conversely, the following operator is available on array fields, and accepts a s
178178

179179
These operators are available for all types apart from `Boolean`.
180180

181-
== Combining operators
181+
== Logical operators
182182

183-
All operators can be combined using the `AND`, `OR`, and `NOT` operators.
184-
They can also be stand-alone operators, which means that they can be used as such and not be appended to field names.
183+
All operators can be combined using the logical operators `AND`, `OR`, and `NOT`.
184+
They can also be standalone operators, which means that they can be used as such and not be appended to field names.
185185

186186
These operators accept an array argument with items of the same format as the `where` argument, which means they can also be nested to form complex combinations.
187187

0 commit comments

Comments
 (0)