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 7c96cdc commit b660540Copy full SHA for b660540
1 file changed
proto/v1/api.proto
@@ -108,11 +108,14 @@ message QueryRequest {
108
// End timestamp to filter creation time.
109
optional google.protobuf.Timestamp created_at_range_end = 4;
110
111
- // Filter by json in data in MongoDB filter similar pattern
+ // Filter by json (use MongoDB filter pattern)
112
optional string data_filter = 5;
113
114
+ // Sort by json (use MongoDB sort pattern)
115
+ optional string data_sort = 6;
116
+
117
// Entry paginator
- Paginator paginator = 6;
118
+ Paginator paginator = 7;
119
}
120
121
/**
0 commit comments