Commit Graph

10 Commits (aa1b8fa79b0f9f66c2913b5acae5a63545504e70)

Author SHA1 Message Date
Alexandre Flament 39ff21237c [enh] google engine : avoid some "sorry google" by adding another cookie : NID. This cookie is specific by hostname.
This allow to send request to google.* (according to the search language).
Before this commit, request in other languages than english was sent to www.google.com which was redirected to www.google.*
The PREF is still use on the www.google.com domain.
9 years ago
Alexandre Flament 8a69ade875 Revert of #195 when the search language is not english
Sometimes there is two requests to google (depending of the source IP) : one to google.com, the second to google.fr (for instance).

Going to https://www.google.com/ncr and saving the PREF cookie for future use prevent this (there is no redirection).

But, recently (or not ?), by doing this the search returns English results even if the Accept-Language is specified.

There is still a way to prevent this : going to preference, set the search language. I don't know if this can be done by searx.

For now, a quick fix is to disable the use of the PREF cookie when the search language is not English (google engine will slower but returns excepted results).
9 years ago
dalf 0a83be0ec9 [fix] google engine: depending on the IP of the searx instance, each searx request where making two HTTP requests (see https://support.google.com/websearch/answer/873?hl=en ) 10 years ago
Adam Tauber 0f4cb32bf1 [mod] image results removed from google engine 10 years ago
Adam Tauber 611f4e2a86 [fix] pep8 10 years ago
Dalf 5dc3eb3399 [fix] rewrite the google engine since Google Web Search API is about to expire 10 years ago
Thomas Pointhuber 144f89bf78 add comments to google-engines 10 years ago
asciimoo 2a788c8f29 [enh] search language support init 11 years ago
asciimoo ca271fd861 [enh] bing, google paging support 11 years ago
asciimoo 3207a396bd [enh] google engine added 11 years ago