I am unable to create more than one condition when searching for keywords. I want to be able to setup rules that look for more than one keyword. I am not sure how to use multiple search terms.
Keyword searching is done in regex format. Here is an example with multiple keywords with parameters for capitalization:
(\W|^)([Bb]aloney|darn|drat|fooey|gosh\sdarnit|heck)(\W|$)
Here is a link to some documentation on using regex for keyword searching: www.regular-expressions.info/wordboundaries.html
Super, thanks Joel. Appreciate the response.