mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #656] [BUG] The first two results for 'google "must include" ' does not have its titles #416
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#416
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 11, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/656
Describe the bug
If you search for
google "must include"the first two results are missing its titleTo Reproduce
Steps to reproduce the behavior:
google "must include"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.
@DUOLabs333 commented on GitHub (Feb 16, 2022):
This also happens with
mirror pixel screen to chrome. This is probably because there are subheadings to both results in Google, and whoogle does not know how to deal with it.@DUOLabs333 commented on GitHub (Feb 16, 2022):
It seems that whatever filtering is going on is a little too eager on the removing.
@DUOLabs333 commented on GitHub (Feb 28, 2022):
@benbusby Are there any places where titles can get deleted?
@benbusby commented on GitHub (Mar 1, 2022):
No, there shouldn't be any parts of the filter that are partially removing contents from a result card. I'll look into it.