We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20e19e commit c8820b9Copy full SHA for c8820b9
docs/get-started/query-language-intro.md
@@ -40,11 +40,9 @@ Quickwit support various types of clauses to express different kinds of conditio
40
41
## Queries
42
43
-Clauses can be combined using operators to form more complex queries.
44
-
45
### Combining queries
46
47
-Clauses can be combined using boolean operators `AND` and `OR` to create search exp
+Clauses can be combined using boolean operators `AND` and `OR` to create more complex search expressions
48
An `AND` query will match only if conditions on both sides of the operator are met
49
```
50
type:rose AND color:red
0 commit comments