batch count

This commit is contained in:
Priec
2026-09-05 09:16:27 +02:00
parent 52cfbd7070
commit b4fdf706ef
8 changed files with 208 additions and 2 deletions

View File

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