diff --git a/pillar/api/search/elastic_indexing.py b/pillar/api/search/elastic_indexing.py index 504d1767..50f37da2 100644 --- a/pillar/api/search/elastic_indexing.py +++ b/pillar/api/search/elastic_indexing.py @@ -56,4 +56,5 @@ def index_node_delete(delete_id: str): doc = documents.Node.get(id=delete_id) doc.delete() except NotFoundError: + # seems to be gone already.. pass