# Update\_by\_query/delete\_by\_query conflicts=proceed doesn't actually perform the operation?

**URL:** https://discuss.elastic.co/t/update-by-query-delete-by-query-conflicts-proceed-doesnt-actually-perform-the-operation/255907
**Category:** Elasticsearch
**Created:** [November 18, 2020, 9:56pm UTC](https://discuss.elastic.co/t/update-by-query-delete-by-query-conflicts-proceed-doesnt-actually-perform-the-operation/255907 "2020-11-18T21:56:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![redec](https://avatars.discourse-cdn.com/v4/letter/r/47e85d/32.png) [@redec](https://discuss.elastic.co/u/redec)
#### Post date: [November 18, 2020, 9:56pm UTC](https://discuss.elastic.co/t/update-by-query-delete-by-query-conflicts-proceed-doesnt-actually-perform-the-operation/255907/1 "2020-11-18T21:56:05Z")

</div>

I just discovered that _conflicts=proceed_ doesn't mean "proceed with the requested operation when a conflict occurs"...instead it apparently means "just skip doing the requested operation on that document". I really wish the docs were clearer on that cuz god knows how many bugs I have because of that 😅. At any rate, is there any way to get it to actually perform the operation, regardless of if there's a conflict?....like....I'm trying to delete a document, I don't really care what modifications may have happened to it, I know I want to delete it now. Same with the update-by-query, if I want to selectively update a field on the document I don't really care that other fields may have changed on the doc since it was indexed.

I understand there are cases where the modifications _do_ matter...where the conflicting modifications could make the document no longer match the query on update\_by\_query/delete\_by\_query, but that doesn't apply in my use case...so I'm hoping there's a way to just force the operation to go through...

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [November 18, 2020, 10:28pm UTC](https://discuss.elastic.co/t/update-by-query-delete-by-query-conflicts-proceed-doesnt-actually-perform-the-operation/255907/2 "2020-11-18T22:28:08Z")

</div>

It'd be worth creating an issue on GitHub about this to ask for further clarification to be added 🙂

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 16, 2020, 10:28pm UTC](https://discuss.elastic.co/t/update-by-query-delete-by-query-conflicts-proceed-doesnt-actually-perform-the-operation/255907/3 "2020-12-16T22:28:11Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
