picker in forms page have more results easily now

This commit is contained in:
Priec
2026-07-09 19:02:28 +02:00
parent 2f7d7dcdbc
commit ace4b32d0a
6 changed files with 13 additions and 4 deletions

Binary file not shown.

View File

@@ -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 {