You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/query-language-intro.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Quickwit support various types of clauses to express different kinds of conditio
36
36
| phrase prefix |`field:"sequence of tokens"*`|`title:"how to m"*`| A phrase prefix clause tests the existence of a sequence of tokens, the last one used like in a prefix clause | yes |
37
37
| all |`*`|`*`| A match-all clause will match every document | no |
38
38
| exist |`field:*`|`error:*`| An exist clause tests the existence of any value for the field, it will match only if the field exists | no |
39
-
| range |`field:bounds`|`duration:[0 TO 1000}` <br/> `last_name:[banner TO miller]`| A term clause tests the existence of a token between the provided bounds | no |
39
+
| range |`field:bounds`|`duration:[0 TO 1000]` <br/> `last_name:[banner TO miller]`| A term clause tests the existence of a token between the provided bounds | no |
0 commit comments