optimization on the client steel scripts + fixed proto comments

This commit is contained in:
Priec
2026-07-17 22:46:57 +02:00
parent c1c77ad378
commit d5bce6378a
12 changed files with 253 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ message Search2Request {
string profile_name = 1;
string table_name = 2;
repeated ColumnFilter column_filters = 3;
optional string text_query = 4; // Optional fallback text search
optional string text_query = 4; // Fallback text search
optional int32 limit = 5;
optional string order_by = 6;
optional bool order_desc = 7;