Skip to content

Commit

Permalink
Minor change to QL intro
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelemeny committed Mar 19, 2024
1 parent 347f899 commit 6ae81cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/get-started/query-language-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ Quickwit support various types of clauses to express different kinds of conditio

## Queries

Clauses can be combined using operators to form more complex queries.

### Combining queries

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
An `AND` query will match only if conditions on both sides of the operator are met
```
type:rose AND color:red
Expand Down

0 comments on commit 6ae81cc

Please sign in to comment.