mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #645] [BUG] If Google does not include a term in search result, it shows up as "Must include: <term> - - - - " #410
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#410
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 @DUOLabs333 on GitHub (Feb 7, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/645
Describe the bug
If you have a search term, and Google adds "Must Include", it shows the excluded term with a bunch of dashes (probably because of the blocked sites config)
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context

Add any other context about the problem here.
Probably because of
clean_queryissues -- I'll get started on this after the pull requests get merged/reviewed.@DUOLabs333 commented on GitHub (Feb 8, 2022):
Update: It was not that -- I have no idea what causes this.
@DUOLabs333 commented on GitHub (Mar 18, 2022):
It turns out that the sequence of dashes is from the response itself, before any modifying. I even tried it out myself on Google, and that's exactly what happened.
@DUOLabs333 commented on GitHub (Mar 18, 2022):
-inurl:doesn't have this problem, but it's possible that some sites get excluded by this.@DUOLabs333 commented on GitHub (May 16, 2022):
If you put the
-inurl:before the search terms, this doesn't happen, though this might break certain functions (likeclean_query).