Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] country/region selection in result instead of configuration #322

Closed
eddydc opened this issue May 22, 2021 · 5 comments
Closed
Labels
enhancement New feature or request

Comments

@eddydc
Copy link

eddydc commented May 22, 2021

Describe the feature you'd like to see added
Currently a country can only be selected via the configuration.

I would prefer that one would select the country/region when the results are shown instead of changing the config each time. A good reference for this is startpage.com

Additional context
Add any other context or screenshots about the feature request here.

@eddydc eddydc added the enhancement New feature or request label May 22, 2021
@bruvv
Copy link
Contributor

bruvv commented Jun 8, 2021

I too think we could improve a lot with dual languages. For example. I am from Germany, speaking English and living in The Netherlands. I use a german VPN and my language search option is set to english.
When I am searching for volkswagen I want to get the dutch site for the car company them selfs: https://www.volkswagen.nl/ but this is what I am getting:
afbeelding

Google:
afbeelding

How can we fix this for people that do not only want english results but do speak english :P ?

@benbusby
Copy link
Owner

benbusby commented Jun 8, 2021

@bruvv

How can we fix this for people that do not only want english results but do speak english :P ?

Can you share the URL for the Google search you performed? The URL parameters would tell me more about how the results were fetched than a screenshot.

That being said, a simple change of the "Search Language" from English to Dutch returns the same results for Whoogle as the results from your Google search, at least in my quick test. In your Whoogle screenshot you have your Search Language set to English, which is why only English language websites are returned (i.e. volkswagen.com instead of volkswagen.nl).

Overall I agree it could be improved upon though, not disagreeing there. I'm always happy to accept PRs if anyone who is actually bilingual (not me) has an idea for how it would work best for them.

@eddydc
Copy link
Author

eddydc commented Jun 8, 2021

I never encountered such an option in Google itself and one needs to choose explicitly the country via the URL eg Google.de or Google.be. Otherwise Google chooses the site based on ip location.
Therefore I was referring to startpage.com which let's you choose the country after the initial search if you don't want the ip location based results. I guess they change the Google URL in the background.

@bruvv
Copy link
Contributor

bruvv commented Jun 13, 2021

Can you share the URL for the Google search you performed? The URL parameters would tell me more about how the results were fetched than a screenshot.

https://www.google.com/search?q=volkswagen&newwindow=1&sxsrf=ALeKk001tX63ncHeezI_iGucxB8W7cPT2w%3A1623573215598&source=hp&ei=38LFYIPkIceP8gK8_onoCA&iflsig=AINFCbYAAAAAYMXQ758Zor-d16WWq3WF0Cxn47PR3D6T&oq=volkswagen&gs_lcp=Cgdnd3Mtd2l6EAMyBQgAELEDMgUIABCxAzIFCAAQsQMyBQgAELEDMggIABCxAxCDATIFCAAQsQMyBQgAELEDMgUIABCxAzICCAAyBQgAELEDOggILhCxAxCDAToLCAAQsQMQxwEQowI6CwguELEDEIMBEJMCOggIABDHARCvAToOCAAQsQMQgwEQxwEQowI6CwgAELEDEMcBEK8BOgcIABCxAxAKOgoIABCxAxCDARAKOgQIABAKUPQDWNAPYJgRaAFwAHgAgAHIAYgBhAeSAQUzLjcuMZgBAKABAaoBB2d3cy13aXo&sclient=gws-wiz&ved=0ahUKEwjDz57GmZTxAhXHh1wKHTx_Ao0Q4dUDCAY&uact=5

That being said, a simple change of the "Search Language" from English to Dutch returns the same results for Whoogle as the results from your Google search, at least in my quick test. In your Whoogle screenshot you have your Search Language set to

The problem with doing that will mean I will lose all my english results.
For example:
https://www.google.com/search?q=whatsapp&newwindow=1&sxsrf=ALeKk00Bu15cBkwkUiQxxXg3g4tsCykjow%3A1623573408611&source=hp&ei=oMPFYOvxIsOPhbIPy6S2oA8&iflsig=AINFCbYAAAAAYMXRsAm3rXK6hVpOO1Qr7rFaDeK_fFqg&oq=whatsapp&gs_lcp=Cgdnd3Mtd2l6EAMyBQgAELEDMgUIABCxAzIFCAAQsQMyBQgAELEDMgUIABCxAzIFCAAQsQMyAggAMgIIADICCAAyAggAOggIABCxAxCDAToICC4QsQMQgwE6CAgAEMcBEKMCOgIILjoFCC4QsQM6BAgAEANQrAJYsAlg-ApoAHAAeACAAcgBiAG8BZIBBTMuMy4ymAEAoAEBqgEHZ3dzLXdpeg&sclient=gws-wiz&ved=0ahUKEwjrwaOimpTxAhXDR0EAHUuSDfQQ4dUDCAY&uact=5

Will return: www.whatsapp.com
When using whoogle it will return anything execpt; whatsapp.com
Using this config:

{"url": "https://XXXX/", "lang_search": "lang_en", "lang_interface": "lang_en", "style": "\t\t\t\t\t:root {\r\n /* LIGHT THEME COLORS */\r\n --whoogle-logo: #685e79;\r\n --whoogle-page-bg: #ffffff;\r\n --whoogle-element-bg: #4285f4;\r\n --whoogle-text: #000000;\r\n --whoogle-contrast-text: #ffffff;\r\n --whoogle-secondary-text: #70757a;\r\n --whoogle-result-bg: #ffffff;\r\n --whoogle-result-title: #1967d2;\r\n --whoogle-result-url: #0d652d;\r\n --whoogle-result-visited: #4b11a8;\r\n\r\n /* DARK THEME COLORS */\r\n --whoogle-dark-logo: #685e79;\r\n --whoogle-dark-page-bg: #000000;\r\n --whoogle-dark-element-bg: #4285f4;\r\n --whoogle-dark-text: #ffffff;\r\n --whoogle-dark-contrast-text: #ffffff;\r\n --whoogle-dark-secondary-text: #bbbbbb;\r\n --whoogle-dark-result-bg: #212131;\r\n --whoogle-dark-result-title: #64a7f6;\r\n --whoogle-dark-result-url: #34a853;\r\n --whoogle-dark-result-visited: #bbbbff;\r\n}\r\n\r\n#whoogle-w {\r\n fill: #4285f4;\r\n}\r\n\r\n#whoogle-h {\r\n fill: #ea4335;\r\n}\r\n\r\n#whoogle-o-1 {\r\n fill: #fbbc05;\r\n}\r\n\r\n#whoogle-o-2 {\r\n fill: #4285f4;\r\n}\r\n\r\n#whoogle-g {\r\n fill: #34a853;\r\n}\r\n\r\n#whoogle-l {\r\n fill: #ea4335;\r\n}\r\n\r\n#whoogle-e {\r\n fill: #fbbc05;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\t\t\t\t", "block": "", "ctry": "countryNL", "safe": false, "dark": "on", "alts": "on", "nojs": false, "tor": false, "near": "Warmond", "new_tab": "on", "view_image": "on", "get_only": "on", "safe_keys": ["lang_search", "lang_interface", "ctry", "dark"]}

@scgf
Copy link

scgf commented Mar 26, 2022

I can only use search engines which allow me to specify a country at the search results level. I am in the UK and normally international results in English are what I want. Searching for a computer issue, for example, is not usually country dependent. If I am searching for a retail product, however, I want to see results from the UK, not from the US. I can select 'UK' in Google, StartPage, DuckDuckGo and Kagi Search and Brave Search, but not Whoogle. Please add in a toggle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants