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

Binary file not shown.

View File

@@ -7,6 +7,8 @@ pub struct SearchRequest {
pub query: ::prost::alloc::string::String,
#[prost(string, tag = "3")]
pub profile_name: ::prost::alloc::string::String,
#[prost(string, optional, tag = "4")]
pub column_name: ::core::option::Option<::prost::alloc::string::String>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SearchResponse {