[GH-ISSUE #465] [FEATURE] Option to remove "Featured Snippets" #303

Closed
opened 2026-02-25 20:35:22 +03:00 by kerem · 2 comments
Owner

Originally created by @DUOLabs333 on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/465

Things like "recent news", and blurbs from websites should be remove if the option was toggled on (preferably in an environment variable).

Originally created by @DUOLabs333 on GitHub (Oct 17, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/465 Things like "recent news", and blurbs from websites should be remove if the option was toggled on (preferably in an environment variable).
kerem 2026-02-25 20:35:22 +03:00
Author
Owner

@DUOLabs333 commented on GitHub (Oct 17, 2021):

I found that this has been asked already here.

<!-- gh-comment-id:945189957 --> @DUOLabs333 commented on GitHub (Oct 17, 2021): I found that this has been asked already [here](https://github.com/benbusby/whoogle-search/issues/60#issuecomment-941867864).
Author
Owner

@DUOLabs333 commented on GitHub (Oct 24, 2021):

A fix could be in filter.py, to change if len(result_children) < self.RESULT_CHILD_LIMIT to if len(result_children) in (1,3) if minimal-mode is enabled.

<!-- gh-comment-id:950376312 --> @DUOLabs333 commented on GitHub (Oct 24, 2021): A fix could be in `filter.py`, to change `if len(result_children) < self.RESULT_CHILD_LIMIT` to `if len(result_children) in (1,3)` if `minimal-mode` is enabled.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#303
No description provided.