mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #695] [FEATURE] config option to always display time filter :past hour day month year, etc.... #447
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#447
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 @Jieiku on GitHub (Mar 24, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/695
On an older version of whoogle.... I think 0.4 or so. I could use the time selector without having to type :past
What I mean specifically is have an option so that we do not hide this item I have circled in red.
Whenever I search even if I do not include the keyword :past I want to see this box, so that I can click on it to filter the time.
@DragonHeart69 commented on GitHub (Mar 25, 2022):
+1
I want this back too. I use it regularly.
Grtz
DragonHeart69
@benbusby commented on GitHub (Mar 25, 2022):
If you set your search language in the config menu, this box will reappear. That's all that 0.4 (or whichever release included this box by default) was doing -- Whoogle used to enforce a search language.
It's an unfortunate limitation of how/when Google decides to include that menu in the results. The only other way to get it to reliably appear would be to always set the search time window to some high value (like "past 100 years") on the backend before the query is sent, which isn't a very elegant way to address it.
Alternatively we could create a custom menu to appear in search results for filtering by time range within Whoogle itself and ignore the one provided by Google, but functionality wise it wouldn't be any different than that one and would be a much bigger undertaking than just setting search language in the Whoogle config.
@Jieiku commented on GitHub (Mar 25, 2022):
THANK YOU @benbusby going to configure a search language now. appreciate the response!