iachat/app/javascript/dashboard/components-next/NewConversation/components
Pranav 9fab70aebf
fix: Use search API instead of filter in the filter in the endpoints (#13651)
- 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>
2026-02-25 09:08:24 -08:00
..
story feat: Add compose conversation components (#10457) 2024-12-05 16:31:47 -08:00
ActionButtons.vue chore: Improve compose new conversation form (#13176) 2026-01-13 18:52:10 +05:30
AttachmentPreviews.vue fix: Handle rich message signatures & attachment overflow (#13045) 2025-12-10 23:13:04 +05:30
ComposeNewConversationForm.vue fix: Use search API instead of filter in the filter in the endpoints (#13651) 2026-02-25 09:08:24 -08:00
ContactSelector.vue feat: Use new compose conversation in conversation sidebar (#11085) 2025-03-18 15:09:10 +05:30
ContentTemplateForm.vue feat: Add twilio content templates (#12277) 2025-08-29 16:13:25 +05:30
ContentTemplateSelector.vue feat: Add twilio content templates (#12277) 2025-08-29 16:13:25 +05:30
EmailOptions.vue fix: Use search API instead of filter in the filter in the endpoints (#13651) 2026-02-25 09:08:24 -08:00
InboxEmptyState.vue feat: Add compose conversation components (#10457) 2024-12-05 16:31:47 -08:00
InboxSelector.vue chore: Improve compose new conversation form (#13176) 2026-01-13 18:52:10 +05:30
MessageEditor.vue chore: Improve compose new conversation form (#13176) 2026-01-13 18:52:10 +05:30
WhatsAppOptions.vue feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30
WhatsappTemplate.vue feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30