mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #404] [BUG] DDG style bangs should support bang at the end #268
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#268
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 @agg23 on GitHub (Aug 27, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/404
Originally assigned to: @vacom13 on GitHub.
Describe the bug
DuckDuckGo allows the user to specify bangs at either the start or the end of a custom command, as long as the short form is used:
!gorg!. It would be nice if we had the same functionality here.@Albonycal commented on GitHub (Aug 29, 2021):
Huh.. yea.. I tried to use that but it didn't work... This will be very useful
@dalf commented on GitHub (Aug 31, 2021):
In searx, DDG bangs are implemented as a trie:
Raw idea: it can be an external package, so different projects can use it.
@vacom13 commented on GitHub (Oct 25, 2021):
Hey @benbusby I would like to work on this.