Okay, perhaps this is easily explained, but I am baffled.
When you search google for a small phrase, for example, oauth authorization:
search query: oauth authorization
About 525,000 results
search query: oauth "authorization"
About 1,470,000 results
How does the result not only increase, but increase nearly three-fold?
I've always thought the quotes were meant to be more exact. For example, if you search for Web Design without the quotes, you will find results including web design and website design, but if you search for "Web Design" with the quotes, you will not find the entries that say "Website Design" so that reflects less results than the latter. So why am I seeing this oddity, does it make sense to anyone else?
The number of results reported is just a half-assed guess. The server which got the search term calculates it by looking at what fraction of documents matched, what is the total index size, etc.
Usually, the search phrase is hashed and the phrase sent to a backend server based on the hash. So 'oauth authorization' and 'oauth "authorization"' hash differently and get sent to different backend servers. These two calculate the 'number of results' figure differently, and hence you get the difference.
That is my guess at how you're seeing these numbers; I don't work for Google (but have some knowledge of another search engine).
Maybe they should "replace" those figures with a search composition figure that denotes how close the results are to the search terms, in the case where Google returns related-type results when it can't find exact matches. Green/yellow/red type stuff.
When you search google for a small phrase, for example, oauth authorization:
search query: oauth authorization About 525,000 results
search query: oauth "authorization" About 1,470,000 results
How does the result not only increase, but increase nearly three-fold?
I've always thought the quotes were meant to be more exact. For example, if you search for Web Design without the quotes, you will find results including web design and website design, but if you search for "Web Design" with the quotes, you will not find the entries that say "Website Design" so that reflects less results than the latter. So why am I seeing this oddity, does it make sense to anyone else?