Name contains: Receipt *or* invoice *or* payment

I want Hazel to only act on pdf's that have certain words in the name.
Can I use
Is it possible for Hazel to choose through a list of possible parameters to make her choice from?
-Josh
- Code: Select all
Kind is PDF
Name contains payment, invoice, *or* receipt
Can I use
- Code: Select all
Name contains payment || invoice || reciept
Is it possible for Hazel to choose through a list of possible parameters to make her choice from?
-Josh