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 12e9e0a commit 449cb64Copy full SHA for 449cb64
quickwit/quickwit-proto/protos/quickwit/search.proto
@@ -198,6 +198,9 @@ message SearchRequest {
198
// Time filter, expressed in seconds since epoch.
199
// That filter is to be interpreted as the semi-open interval:
200
// [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.
204
optional int64 start_timestamp = 4;
205
optional int64 end_timestamp = 5;
206
0 commit comments