filtered navigation batched

This commit is contained in:
Priec
2026-09-05 09:03:54 +02:00
parent 55689d0a8d
commit 52cfbd7070
10 changed files with 145 additions and 21 deletions

View File

@@ -1981,6 +1981,13 @@ impl Searcher for SearcherService {
}
async fn get_filtered_row(
&self,
_request: Request<SearchRequest>,
) -> Result<Response<common::proto::komp_ac::tables_data::GetTableDataResponse>, Status> {
Err(Status::unimplemented("Filtered row loading requires the authorized full-text search service"))
}
async fn count(
&self,
request: Request<SearchRequest>,