How do I see all transactions for a specific partner in TN Transactions log?

In TN Transactions Log I can search for transactions with Receiver = “Bob’s Stuff Inc.” or Sender = “Bob’s Stuff Inc.”. Is there a way to get both while still being able to use a date limit?

If I do:
Receiver = “Bob’s Stuff Inc.”
Sender = “Bob’s Stuff Inc.”
Date = Today
Search Condition: “OR”

I get everything for today, since TN builds it’s SQL with all “ORs” so I get anything that’s in today, no matter what the sender or receiver value is.

I want to see everything I sent to Bob’s Stuff Inc and everything Bob’s Stuff Inc sent to me today, without seeing anything outside of today or with a different partner.