Phase 1C: Frontend unified contact UI
This commit is contained in:
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
|
||||
class CompanySearchProvider:
|
||||
"""Search provider for Company entities (contacts with type='company')."""
|
||||
|
||||
entity_type = "company"
|
||||
entity_type = "contact"
|
||||
|
||||
async def search_fts(
|
||||
self,
|
||||
@@ -117,5 +117,5 @@ class CompanySearchProvider:
|
||||
"title": name,
|
||||
"snippet": email[:200],
|
||||
"score": 0.0,
|
||||
"data": {},
|
||||
"data": {"type": "company"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user