We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c571900 commit 8c20987Copy full SHA for 8c20987
docs/reference/query-language.md
@@ -157,7 +157,9 @@ Matches if the document contains a token between the provided bounds for that fi
157
For range queries, you must provide a field. Quickwit won't use `default_search_fields` automatically.
158
159
###### Order
160
-For text fields, the ranges are defined by lexicographic order. It means for a text field, 100 is between 1 and 2.
+For text fields, the ranges are defined by lexicographic order on uft-8 encoded byte arrays. It means for a text field, 100 is between 1 and 2.
161
+<!-- TODO: Build a more comprehensive example set to showcase how wharacters are sorted -->
162
+
163
When using ranges on integers, it behaves naturally.
164
165
###### Inclusive and exclusive bounds
0 commit comments