mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-10 21:17:01 +08:00
- Replace `POST /contacts/filter` with `GET /contacts/search` for contact lookup in compose new conversation - Remove client-side input-type detection logic (`generateContactQuery`, key filtering by email/phone/name) — the search API handles matching across name, email, phone_number, and identifier server-side via a single `ILIKE` query - Filter the contacts with emails in cc and bcc fields. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: iamsivin <iamsivin@gmail.com> |
||
|---|---|---|
| .. | ||
| MessageContent.vue | ||
| RecentSearches.vue | ||
| SearchContactAgentSelector.vue | ||
| SearchDateRangeSelector.vue | ||
| SearchFilters.vue | ||
| SearchHeader.vue | ||
| SearchInboxSelector.vue | ||
| SearchInput.vue | ||
| SearchResultArticleItem.vue | ||
| SearchResultArticlesList.vue | ||
| SearchResultContactItem.vue | ||
| SearchResultContactsList.vue | ||
| SearchResultConversationItem.vue | ||
| SearchResultConversationsList.vue | ||
| SearchResultMessageItem.vue | ||
| SearchResultMessagesList.vue | ||
| SearchResultSection.vue | ||
| SearchTabs.vue | ||
| SearchView.vue | ||
| TranscribedText.vue | ||