[PR #473] [MERGED] feat: block title or url by regex #887

Closed
opened 2026-02-25 20:37:01 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (7)

  • 8bc88fa feat: block title or url by regex
  • 57cb230 fix: use string in config
  • 0ab07f9 feat: config block_title and block_url from index
  • 242d5c5 fix: move self.config to the end of init
  • fd49221 fix: complete translations
  • d2821fe fix: test not pass
  • 3aed8b1 PEP-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.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/473 **Author:** [@YadominJinta](https://github.com/YadominJinta) **Created:** 10/19/2021 **Status:** ✅ Merged **Merged:** 10/21/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`8bc88fa`](https://github.com/benbusby/whoogle-search/commit/8bc88fad18cc50fc99ea8d495a539b351a5d2332) feat: block title or url by regex - [`57cb230`](https://github.com/benbusby/whoogle-search/commit/57cb230d3d7919c55f32d8e786820bb7e80aa6c1) fix: use string in config - [`0ab07f9`](https://github.com/benbusby/whoogle-search/commit/0ab07f90aebdd231b56e7e6c1440ca82bbd0b168) feat: config block_title and block_url from index - [`242d5c5`](https://github.com/benbusby/whoogle-search/commit/242d5c5c5b92b1b6654999a47a892601216c5b21) fix: move self.config to the end of __init__ - [`fd49221`](https://github.com/benbusby/whoogle-search/commit/fd49221df97f0dacd04e46b246044b8af4923c5f) fix: complete translations - [`d2821fe`](https://github.com/benbusby/whoogle-search/commit/d2821fe67b56a270ca89c8e99b3739f7f1062f7d) fix: test not pass - [`3aed8b1`](https://github.com/benbusby/whoogle-search/commit/3aed8b1afb6bcaf242486939ff1496dde813287e) PEP-8 fixes ### 📊 Changes **4 files changed** (+97 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/filter.py` (+28 -1) 📝 `app/models/config.py` (+3 -0) 📝 `app/static/settings/translations.json` (+58 -2) 📝 `app/templates/index.html` (+8 -0) </details> ### 📄 Description Block results by title or url using regex. This fix #472. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#887
No description provided.