mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #990] [BUG] Most relevant results not shown everytime #615
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#615
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 @ghost on GitHub (Apr 19, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/990
Describe the bug

I don't get the most relevant search results.
If I search for "Docker Hub", in Google, I get the following first result:
If I search the same in Whoogle, I don't get it:

Same if you search for "Instagram" and many others.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
Docker
Version of Whoogle Search
Latest Docker Image (v0.8.2 on April 19 2023)
Desktop (please complete the following information):
Linux with Firefox
@benbusby commented on GitHub (Apr 20, 2023):
This is an issue with how Google modifies results for non-US / non-English searches. Results are usually identical when searching on google.com vs an instance hosted on your local machine, but can be different when modifying Whoogle's language/country config or using an instance that is located in a different region than your own.
Unfortunately there's not really a fix for this. Whoogle only modifies URL params when making the request, it doesn't have anything to do with what results you get (other than filtering out advertising content). You can try messing around with the language/country config -- sometimes setting "country" to "---" fixes these types of issues, but it depends on how the instance is hosted.