Skip to content

Commit 449cb64

Browse files
committed
Add comment on timestamp fields being potentially ignored
1 parent 12e9e0a commit 449cb64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quickwit/quickwit-proto/protos/quickwit/search.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ message SearchRequest {
198198
// Time filter, expressed in seconds since epoch.
199199
// That filter is to be interpreted as the semi-open interval:
200200
// [start_timestamp, end_timestamp).
201+
// If the query AST contains a range query over the timestamp field,
202+
// then the the bounds of the range query are used directly and
203+
// these two fields are ignored.
201204
optional int64 start_timestamp = 4;
202205
optional int64 end_timestamp = 5;
203206

0 commit comments

Comments
 (0)