Update unified search providers for unified contacts model (company queries contacts with type=company)

This commit is contained in:
Agent Zero
2026-07-19 21:32:24 +02:00
parent 3177daf47f
commit c670846cbd
5 changed files with 50 additions and 40 deletions
@@ -181,7 +181,7 @@ async def index_entity(
table_map = {
"contact": "contacts",
"company": "companies",
"company": "contacts",
"mail": "mails",
"file": "files",
"event": "calendar_entries",