multirow reference in the client

This commit is contained in:
Priec
2026-07-29 11:34:08 +02:00
parent 33a5f47b42
commit 76a5f76194
17 changed files with 105 additions and 90 deletions

View File

@@ -40,8 +40,8 @@ message Search2Response {
int64 id = 1;
string content_json = 2; // No score - this is SQL-based
optional string match_info = 3; // Info about which columns matched
string row_display_value = 4; // Configured human-readable value for this row
string row_display_column = 5;
repeated string row_display_values = 4; // Configured human-readable values for this row
repeated string row_display_columns = 5;
}
repeated Hit hits = 1;
int32 total_count = 2; // Total matching records (for pagination)