iachat/app/javascript/dashboard
Pranav 0c2ab7f5e7
feat(ee): Setup advanced, performant message search (#12193)
We now support searching within the actual message content, email
subject lines, and audio transcriptions. This enables a faster, more
accurate search experience going forward. Unlike the standard message
search, which is limited to the last 3 months, this search has no time
restrictions.

The search engine also accounts for small variations in queries. Minor
spelling mistakes, such as searching for slck instead of Slack, will
still return the correct results. It also ignores differences in accents
and diacritics, so searching for Deja vu will match content containing
Déjà vu.


We can also refine searches in the future by criteria such as:
- Searching within a specific inbox
- Filtering by sender or recipient
- Limiting to messages sent by an agent


Fixes https://github.com/chatwoot/chatwoot/issues/11656
Fixes https://github.com/chatwoot/chatwoot/issues/10669
Fixes https://github.com/chatwoot/chatwoot/issues/5910



---

Rake tasks to reindex all the messages. 

```sh
bundle exec rake search:all
```

Rake task to reindex messages from one account only
```sh
bundle exec rake search:account ACCOUNT_ID=1
```
2025-08-28 10:10:28 +05:30
..
api feat: add reauth flow for wa embedded signup (#11940) 2025-08-08 01:48:45 +05:30
assets chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
components chore: Replace copilot input with auto-expanding textarea (#12296) 2025-08-27 15:12:48 +05:30
components-next chore: Replace copilot input with auto-expanding textarea (#12296) 2025-08-27 15:12:48 +05:30
composables chore: Default file limits for private notes and reset attachment on mode switch (#12310) 2025-08-27 11:56:07 +05:30
constants feat: Add automation rule event conversation resolved (#9669) 2025-08-13 12:57:14 +05:30
helper feat: Setup posthog analytics (#12291) 2025-08-27 09:10:06 +05:30
i18n chore: Update translations (#12228) 2025-08-27 11:59:13 +05:30
mixins chore: Default file limits for private notes and reset attachment on mode switch (#12310) 2025-08-27 11:56:07 +05:30
modules feat(ee): Setup advanced, performant message search (#12193) 2025-08-28 10:10:28 +05:30
routes fix: Remove whatsapp prefix from twilio phone number for QR code (#12314) 2025-08-27 21:27:47 +05:30
store feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30
App.vue fix: RTL issues in new conversation form (#12163) 2025-08-11 14:16:48 -07:00
featureFlags.js feat: WhatsApp campaigns (#11910) 2025-07-16 09:04:02 +05:30