Skip to content

Commit

Permalink
[IMP]connector_search_engine: allow return of interface message
Browse files Browse the repository at this point in the history
  • Loading branch information
PicchiSeba committed Sep 10, 2024
1 parent 896827b commit 00de767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connector_search_engine/models/se_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ def _get_backend_adapter(self, backend=None, model=None, index=None, **kw):
def clear_index(self):
self.ensure_one()
adapter = self._get_backend_adapter()
adapter.clear()
return True
msg = adapter.clear()
return msg

def _get_settings(self):
"""
Expand Down

0 comments on commit 00de767

Please sign in to comment.