mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 12:45:48 +03:00
[GH-ISSUE #1174] [BUG] Bangs don't work - self-hosted but also some public instances #709
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#709
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 @roseyhead on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1174
Describe the bug
Pretty simple - bangs don't work. I've tried three different devices, four different browsers, tried from the search bar in Firefox as well as from the Whoogle home page, tried multiple bangs (!g, !w, !yt), tried a couple of public instances in addition to my self-hosted site:
https://s.tokhmi.xyz - does not work for me
https://wg.vern.cc/ - does not work
https://search.garudalinux.org/ - DOES work
To Reproduce
Steps to reproduce the behavior:
Expected: Browser lands on Google search page for "test"
Actual result: Browser lands on Whoogle search page for "!g test"
Deployment Method
Version of Whoogle Search
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I've tried the 3 public instances listed above side by side, copy-pasted the same search query. search.garudalinux.org works, the other 3 do not. Very strange!
@roseyhead commented on GitHub (Aug 13, 2024):
I've just fixed this. I was looking through my docker-compose file, thought maybe it was because I had WHOOGLE_MINIMAL=true set, made that false and recreated the container. Bangs work! Just in case, went back, set it to true, recreated the container and bangs still work. I'm about 80% sure I'd tried stopping and recreating the container without that config change, but I could be wrong. At any rate, my self-hosted instance now works but those two public instances still don't.