mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #1132] [MERGED] Custom bangs #1089
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#1089
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/1132
Author: @pantherman594
Created: 3/22/2024
Status: ✅ Merged
Merged: 4/19/2024
Merged by: @benbusby
Base:
main← Head:feature/bang_overrides📝 Commits (2)
963875bCustom bangs1cca8daMove bang loading and suggestions to bangs.py📊 Changes
7 files changed (+112 additions, -23 deletions)
View changed files
📝
.gitignore(+3 -1)📝
README.md(+10 -0)📝
app/__init__.py(+8 -1)📝
app/routes.py(+5 -17)➕
app/static/bangs/00-whoogle.json(+14 -0)📝
app/utils/bangs.py(+65 -4)📝
test/test_routes.py(+7 -0)📄 Description
Add the possibility for user-defined bangs, stored in
app/static/bangs. These are parsed in alphabetical order, with the DDG bangs parsed first.Closes #289
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.