search message function doesn't take into account edited (and deleted) messages
Scenario: call searchConversation function to get filtered messages from the conversation Expected result: return a list of filtered messages from the conversation, excluding deleted messages and including editions Actual result: only return messages before edition and deletion