Google-chrome – Get more than 10 results when searching from Google Chrome address bar

google-chromegoogle-search

I usually set the search results for Google to 100; 10 is way too small for my usage.

However, when searching through the address bar of Google Chrome, it always shows 10 results, regardless of my settings. If I go to http://google.com/ first and search the same thing, it displays 100 results.

Why is this happening, and how can I get my 100 results even when searching from the Google Chrome address bar?

Best Answer

You need to change this

{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQ‌​ueryForSuggestion}{google:searchFieldtrialParameter}{google:instantFieldTrialGrou‌​pParameter}sourceid=chrome&ie={inputEncoding}&q=%s

Somehow I cannot get my browser to use {parameter} style queries so here is what worked for me

https://www.google.com/search?num=100&q=%s

to include num=100 in the settings of the browser chrome://settings/searchEngines.

The settings for Google search app does not control the query to an extent within the browser itself (If you are incognito, the above query will not work).

Related Question