We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ccf33 commit 6fb253cCopy full SHA for 6fb253c
packages/client-search/src/searchClient.ts
@@ -1298,7 +1298,7 @@ export function createSearchClient({
1298
deleteBy(
1299
{ indexName, deleteByParams }: DeleteByProps,
1300
requestOptions?: RequestOptions,
1301
- ): Promise<DeletedAtResponse> {
+ ): Promise<UpdatedAtResponse> {
1302
if (!indexName) {
1303
throw new Error('Parameter `indexName` is required when calling `deleteBy`.');
1304
}
0 commit comments