mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #784] [BUG] WHOOGLE_CONFIG_COUNTRY not changing country #496
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#496
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjakc-76 on GitHub (Jun 14, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/784
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Right after container is made
Search results without right after container is made
Search results after clicking "Apply"
@benbusby commented on GitHub (Jun 16, 2022):
The "country" prefix isn't needed and isn't recognized as a valid param when forwarding the search to Google. The correct setting for this would be just
WHOOGLE_CONFIG_COUNTRY=UK. The template currently just checks to see if the any country value (UKin this case) matches any part of the config setting (countryUK), which incorrectly makes it seem like the config value is set up. I'll push a fix in a sec to clarify that.@benbusby commented on GitHub (Jun 16, 2022):
OK, should be updated on main/latest now.