How to Google a question mark? [closed]

Solution 1:

From Google FAQ:

With some exceptions, punctuation is ignored (that is, you can't search for @#$%^&*()=+[]\ and other special characters).

Following here:

Punctuation that is not ignored

  • Punctuation in popular terms that have particular meanings, like [ C++] or [ C# ] (both are names of programming languages), are not ignored.
  • The dollar sign ($) is used to indicate prices. [ nikon 400 ] and [ nikon $400 ] will give different results.
  • The hyphen - is sometimes used as a signal that the two words around it are very strongly connected. (Unless there is no space after the - and a space before it, in which case it is a negative sign.)
  • The underscore symbol _ is not ignored when it connects two words, e.g. [ quick_sort ].

So it seems that ? will be ignored by google no matter how you feed it to the search engine.

The only search engines that I have seen being aware of punctuation were code search engines.

Solution 2:

The search index does not store everything. Though some special characters (like in C++) appear to be in the index, I doubt question marks (and common words) are in the search index. And hence you cannot search for it.

To get an idea of what seems to be in the search index, one can look at the help text in the grey box (below "This is Google's cache of superuser.com") when asking Google to highlight terms from the cache. Google silently refuses to highlight things that, I guess, are not in the index, even though they are in that cache. For Super User's cache:

  • super user: These search terms are highlighted: super user
  • lorem ipsum: These terms only appear in links pointing to this page: lorem ipsum
  • ?: (silently ignored)
  • more?: These search terms are highlighted: more (so: the question mark is silently ignored)
  • c++: These terms only appear in links pointing to this page: c++

It even refuses to highlight common words, which (nowadays) are actually allowed in a search all by themselves, like "how":

  • how: (silently ignored)
  • how faq: These search terms are highlighted: faq (so: "how" is silently ignored)