Doing a search for sales orders by shipping address on a customer using transaction as a join - I am able to use transaction.address1 and transaction.address2 as result criteria, but cannot use them as filters. Is this a limitation or is there another approach I can take? I started by doing a transaction search but it was very slow, hence the attempt to use a join.