Shocking news: Google can't find something

We have a little known feature in the debugger so I wanted to see where, if anywhere, it is documented, so naturally I used Google. It can't find it. Not because it doesnt exist, but because the thing I am looking for is “.load” : yes, that's a period in front of it. Google seems to strip the period, even if I quote the whole thing, so it finds “load”, which is not what I want.

Next I tried the VS2005 Index. No luck. Next I tried VS2005 Search. It found “load” but not “.load”.

For me the fact that Google can't find it is more shocking than the fact that their site went down last week.

Just to prove that “.load” does really exist, here are some pages that talk about it:

https://blogs.msdn.com/scottno/archive/2004/07/26/197757.aspx https://msdn.microsoft.com/msdnmag/issues/03/06/Bugslayer/default.aspx

The VS2005 beta1 docs describe it under “SOS Tool“ in the Index.

I remember when most search tools couldn't search for “C#”. That got fixed, but I seriously doubt that “.load” is going to be as popular as that.

Comments

  • Anonymous
    August 04, 2004

    The period (.) in a google search stands for a single character wildcard. So, I am sure the page you are looking for is in a page deep down in the search results.

    I don't know how to escape the period so that it is not used as a wildcard.
  • Anonymous
    August 04, 2004
    However ".load sos" works.
  • Anonymous
    August 04, 2004
    Raj -- no, it doesn't. The period is one of a class of 'phrase binding' characters (I just made up that term). It is treated as whitespace when searching, but forces order between the preceeding and succeding terms, provided there is no whitespace between the terms and the dot.

    "this is a phrase" is the same as
    this.is.a.phrase is the same as
    this-is-a-phrase etc.

    Google's web search does not handle ANY wildcards -- not even *
  • Anonymous
    August 04, 2004
    C# is only kind of fixed in my opinion. Even if it is fixed .NET surely isn't.
  • Anonymous
    August 04, 2004

    The "" wildcard is supported according to this page.

    http://www.googleguide.com/crafting_queries.html (scroll down to the middle)

    This page written May 7, 2004 lists both the "." and "
    " operator.

    http://www.informit.com/articles/article.asp?p=170880
  • Anonymous
    August 04, 2004
    Use quotes around the word and the + oporator to make the whole phrase required.

    +".load" site:blogs.msdn.com scottno

    --jason

  • Anonymous
    August 04, 2004
    try .+load

    note the + after the .
  • Anonymous
    August 20, 2004
    Yeah, the .+load should work


    http://www.hdtv-info.org