Skip to content

Commit 4081584

Browse files
committed
fix(query-documentation): typo range query
1 parent 4c1e228 commit 4081584

File tree

2 files changed

+13434
-1
lines changed

2 files changed

+13434
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Quickwit support various types of clauses to express different kinds of conditio
3636
| 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 |
3737
| all | `*` | `*` | A match-all clause will match every document | no |
3838
| 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 |
4040

4141
## Queries
4242

0 commit comments

Comments
 (0)