[PR #71] [MERGED] Feature: country and safe search config options #779

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

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/71
Author: @benbusby
Created: 5/23/2020
Status: Merged
Merged: 5/23/2020
Merged by: @benbusby

Base: masterHead: feature/safe-search


📝 Commits (3)

  • 1de0268 Added country and safe search config options
  • 387e19b Updated handling of parser error in results test
  • 4bf013c Improved handling of default country

📊 Changes

6 files changed (+305 additions, -26 deletions)

View changed files

📝 app/models/config.py (+257 -10)
📝 app/request.py (+5 -3)
📝 app/routes.py (+23 -12)
📝 app/static/js/controller.js (+2 -0)
📝 app/templates/index.html (+17 -0)
📝 test/test_results.py (+1 -1)

📄 Description

Closes #69
Closes #40


🔄 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/71 **Author:** [@benbusby](https://github.com/benbusby) **Created:** 5/23/2020 **Status:** ✅ Merged **Merged:** 5/23/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `master` ← **Head:** `feature/safe-search` --- ### 📝 Commits (3) - [`1de0268`](https://github.com/benbusby/whoogle-search/commit/1de026815a5126fcb4608a1107daab02747d25f7) Added country and safe search config options - [`387e19b`](https://github.com/benbusby/whoogle-search/commit/387e19bba6069551a83feee5f0bd0e27de7f40a4) Updated handling of parser error in results test - [`4bf013c`](https://github.com/benbusby/whoogle-search/commit/4bf013ccd08c3f6092c2cf8822b6e312c0615443) Improved handling of default country ### 📊 Changes **6 files changed** (+305 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `app/models/config.py` (+257 -10) 📝 `app/request.py` (+5 -3) 📝 `app/routes.py` (+23 -12) 📝 `app/static/js/controller.js` (+2 -0) 📝 `app/templates/index.html` (+17 -0) 📝 `test/test_results.py` (+1 -1) </details> ### 📄 Description Closes #69 Closes #40 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:41 +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#779
No description provided.