Comments by "EebstertheGreat" (@EebstertheGreat) on "Mental Outlaw" channel.

  1. Quotations do work as intended. The problem is that the way they are intended to work is not obvious to most people. Quotation marks just group words together into a single string. But that doesn't mean that exact string has to appear in the text of the page. Similarly, if you just search for a single word, that doesn't mean that word has to appear in the text of the page. Google will check the page's text, title, URL, and backlinks for that same string. Note that this is different from the way it worked about 15 years ago, when putting even a single term in quotes meant you needed an exact match (disregarding spell-checking, etc.). If you want to ensure a given word or phrase is in the page's text, you have to use the intext operator. For instance, the query <intext:"bar foo"> will only match pages that contain the exact string "bar foo" somewhere in their text. Occasionally you might not be able to find the text in there, e.g. if it's hidden behind a button or something, but it will be there. I haven't had any problems with this method. If you want multiple strings to all be in the text, you can use intext as many times as you like, or you can use allintext. For instance, the query <allintext:foo bar "hello world"> will only match pages that contain the strings "foo", "bar", and "hello world" in their text. There are also other similar operators you can use, like inurl, intitle, inanchor, filetype, and many more. These work great, and they are over 15 years old, but they just aren't widely known. By the way, many old operators like +, AND, and OR no longer do anything at all and haven't for quite a while.
    4
  2. 1
  3. 1
  4. 1