Inconsistent single-word DNS resolution in OS X (Snow Leopard)
Solution 1:
Check to see if your search domain is set. I just tried it (with my search domain set); ping and nslookup work. As does Safari and Firefox.
However, dig does not by default on MacOS X 10.6 use the search domain. To do that do:
dig +search example
And that will work correctly