So, after 2 weeks of putting up with it I have finally delved into Firefox’s settings to find the root of the “problem”.
Now when I say problem, I really mean annoyance. The annoyance being Firefox redirecting to the first result when using the new address bar to search. The first result is generally correct which is fine when you just need an answer quickly, but when it is not there is no quick way of jumping back to a listing of other search results… well, not that I can find.
Yes, I do know there is a dedicated google search bar, but what if you turn this off any just want to search using the address bar?
The Solution
After poking around in Preferences and about:config and not finding any options relating to the first search result, I had a play with the google search url under keyword.URL, and after remove unnecessary values in the url it works like I would expect it to… displaying the entire search results for every search.
The new value I set for keyword.URL being:
http://www.google.co.nz/search?ie=UTF-8&oe=UTF-8&q=
After doing some testing it seems the GET string of sourceid=navclient&gfns=1 tells Google to redirect to the first result’s url if it looks like a likely candidate.
Life is good once more.