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.
Updated Delete (markdown)
Does the do method require a context as an argument? What?
According to https://github.com/olivere/elastic/blob/release-branch.v3/delete.go#L209, it should be `res.Found`, and not `res.Acknowledged`
Created Delete (markdown)