Why doesn't foo.bar return the same as "foo bar" in google?
Search on foo.bar
Search on "foo bar"
You get differing resultsets.
Why is this?
I thought the . was a placeholder for any character i.e. a space
I had been using the dot as a shorthand way of puttin...