Dan, "is" is faster, but can lead to mistakes if you don't test adequately.
"Contains" will grab a lot more, especially if you're just starting out and don't have a big database.
Also, don't forget the "querystring" constraint. Sometimes, it's easy to get mixed up.
Always test, test, test!