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

View File

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