column name indexing

This commit is contained in:
Priec
2026-04-29 01:33:48 +02:00
parent 036e12f345
commit fb4769301c
6 changed files with 96 additions and 50 deletions

View File

@@ -11,6 +11,7 @@ message SearchRequest {
optional string table_name = 1;
string query = 2;
string profile_name = 3;
optional string column_name = 4;
}
message SearchResponse {
message Hit {