Skip to content

Commit c8820b9

Browse files
committed
Minor change to QL intro
1 parent c20e19e commit c8820b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/get-started/query-language-intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ Quickwit support various types of clauses to express different kinds of conditio
4040

4141
## Queries
4242

43-
Clauses can be combined using operators to form more complex queries.
44-
4543
### Combining queries
4644

47-
Clauses can be combined using boolean operators `AND` and `OR` to create search exp
45+
Clauses can be combined using boolean operators `AND` and `OR` to create more complex search expressions
4846
An `AND` query will match only if conditions on both sides of the operator are met
4947
```
5048
type:rose AND color:red

0 commit comments

Comments
 (0)