chatwoot/app/javascript/dashboard/modules
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
..
contact chore: Remove vue-multiselect and migrate to next components (#13506) 2026-02-17 16:40:12 +05:30
conversations/components fix: Rendering of translations based on the user's locale (#13211) 2026-01-08 18:37:42 -08:00
search fix: Use search API instead of filter in the filter in the endpoints (#13651) 2026-02-25 09:08:24 -08:00
widget-preview/components feat(V5): Update settings pages UI (#13396) 2026-02-19 15:04:40 +05:30