picker in forms page have more results easily now
This commit is contained in:
@@ -24,6 +24,7 @@ message SearchRequest {
|
||||
string free_query = 3;
|
||||
repeated ColumnConstraint must = 4;
|
||||
optional uint32 limit = 5;
|
||||
optional uint32 offset = 6;
|
||||
}
|
||||
message SearchResponse {
|
||||
message Hit {
|
||||
|
||||
Binary file not shown.
@@ -20,6 +20,8 @@ pub struct SearchRequest {
|
||||
pub must: ::prost::alloc::vec::Vec<ColumnConstraint>,
|
||||
#[prost(uint32, optional, tag = "5")]
|
||||
pub limit: ::core::option::Option<u32>,
|
||||
#[prost(uint32, optional, tag = "6")]
|
||||
pub offset: ::core::option::Option<u32>,
|
||||
}
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
pub struct SearchResponse {
|
||||
|
||||
Reference in New Issue
Block a user