feat: use gin index for message search (#11107)

This PR updates the search implementation to better utilize the GIN
indexes. The option is toggled behind a feature flag for us to test it
internally before making it available publicly
This commit is contained in:
Shivam Mishra
2025-03-19 12:56:23 +05:30
committed by GitHub
parent 064ab0a7a2
commit 4c26fe5d57
3 changed files with 128 additions and 7 deletions

View File

@@ -154,3 +154,6 @@
display_name: Contact Chatwoot Support Team
enabled: true
chatwoot_internal: true
- name: search_with_gin
display_name: Search messages with GIN
enabled: false