Merge branch 'feat/5913-search-improvements' of https://github.com/chatwoot/chatwoot into feat/5913-search-improvements

This commit is contained in:
Tejaswini Chile 2022-12-26 13:45:01 +05:30
commit 2a045bf19c

View file

@ -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