From 6ae81ccfbc5cc56749e753835e8fa74ba159bebb Mon Sep 17 00:00:00 2001 From: Damien de Lemeny Date: Tue, 19 Mar 2024 14:21:52 -0500 Subject: [PATCH] Minor change to QL intro --- docs/get-started/query-language-intro.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/get-started/query-language-intro.md b/docs/get-started/query-language-intro.md index 34dc1d5d1d8..dfdcba653d1 100644 --- a/docs/get-started/query-language-intro.md +++ b/docs/get-started/query-language-intro.md @@ -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