mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #41] Select country and language #25
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#25
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 @C42EFF4Lbb54dwg on GitHub (May 13, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/41
Describe the feature you'd like to see added
an option to select the country and language
Describe which parts of the project this would modify (front end/back end/configuration/etc)
Not completely sure what will be required, but assuming both front and back end changes will be needed.
Additional context
quite basic.
@benbusby commented on GitHub (May 13, 2020):
Language was added in #27, will need to look into setting country though
@C42EFF4Lbb54dwg commented on GitHub (May 13, 2020):
Thanks - how can the language option be set?
@benbusby commented on GitHub (May 14, 2020):
In the latest master branch build, there’s a config setting on the main page to change language.
@benbusby commented on GitHub (May 15, 2020):
I'm actually not seeing any search parameters that I can use to specify a country, aside from setting the "near" parameter to something relevant. That, plus the language config option, seems to be the best solution for this, but I'll keep an eye out and reopen if I come across something better.