We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server returns 500: Internal Server Error when attempting to delete indexed documents by query.
500: Internal Server Error
https://github.com/tigrisdata/tigris-api/blob/main/server/v1/search.proto#L416-L425
rpc DeleteByQuery(DeleteByQueryRequest) returns (DeleteByQueryResponse){ option (google.api.http) = { delete : "/v1/projects/{project}/search/indexes/{index}/documents/deleteByQuery" body : "*" }; option(openapi.v3.operation) = { summary: "Delete documents by query" tags: "Search" }; }
Deletion by id works as expected.
id
The text was updated successfully, but these errors were encountered:
@himank fyi
Sorry, something went wrong.
Probably filters are not parsed properly.
@adilansari can you also add an example? Would be good to debug.
No branches or pull requests
Server returns
500: Internal Server Error
when attempting to delete indexed documents by query.https://github.com/tigrisdata/tigris-api/blob/main/server/v1/search.proto#L416-L425
Deletion by
id
works as expected.The text was updated successfully, but these errors were encountered: