mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[PR #473] [MERGED] feat: block title or url by regex #887
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#887
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/473
Author: @YadominJinta
Created: 10/19/2021
Status: ✅ Merged
Merged: 10/21/2021
Merged by: @benbusby
Base:
main← Head:main📝 Commits (7)
8bc88fafeat: block title or url by regex57cb230fix: use string in config0ab07f9feat: config block_title and block_url from index242d5c5fix: move self.config to the end of initfd49221fix: complete translationsd2821fefix: test not pass3aed8b1PEP-8 fixes📊 Changes
4 files changed (+97 additions, -3 deletions)
View changed files
📝
app/filter.py(+28 -1)📝
app/models/config.py(+3 -0)📝
app/static/settings/translations.json(+58 -2)📝
app/templates/index.html(+8 -0)📄 Description
Block results by title or url using regex.
This fix #472.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
pyproject.toml) for builds #1008