batch count
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user