Merge branch 'feat/5913-search-improvements' of https://github.com/chatwoot/chatwoot into feat/5913-search-improvements
This commit is contained in:
commit
2a045bf19c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module MultiSearchableHelpers
|
|||
# We can not find conversation_id from contacts directly so we added this joins here.
|
||||
def self.rebuild_pg_search_documents(account_id)
|
||||
return unless self.name == 'Conversation'
|
||||
rebuild_pg_search_documents(account_id)
|
||||
rebuild_search_documents(account_id)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue