refresh after delete
This commit is contained in:
parent
f9471f297e
commit
9989d8d1d4
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class SearchIndex:
|
|||
else:
|
||||
to_update.append(doc)
|
||||
await self.delete(to_delete)
|
||||
await self.client.indices.refresh(self.index)
|
||||
await self.update(to_update)
|
||||
await self.client.indices.refresh(self.index)
|
||||
|
||||
|
|
Loading…
Reference in a new issue