and ti.`sender_address` LIKE CONCAT('%', #{senderAddress}, '%')
and ti.`recipient_address` LIKE CONCAT('%', #{recipientAddress}, '%')
and ti.`sender_label` LIKE CONCAT('%', #{senderLabel}, '%')
and ti.`recipient_label` LIKE CONCAT('%', #{recipientLabel}, '%')
and ti.`vault_id` = #{vaultId}