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
According to the https://docs.couchdb.org/en/3.2.0/api/database/bulk-api.html . We can bulk delete by passing _deleted = true. It seem that CouchDocument does not have that field. How can i bulk delete documents?
The text was updated successfully, but these errors were encountered:
Hi, sorry for the delay. It's not possible. But I'll try to implement it
Sorry, something went wrong.
#171 - Support bulk delete
c5809b7
Give a look at the commit above please :)
matteobortolazzo
No branches or pull requests
According to the https://docs.couchdb.org/en/3.2.0/api/database/bulk-api.html . We can bulk delete by passing _deleted = true. It seem that CouchDocument does not have that field. How can i bulk delete documents?
The text was updated successfully, but these errors were encountered: