[PR #888] [MERGED] adding time constraint to search options #1010

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

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/888
Author: @fiestasiesta
Created: 11/24/2022
Status: Merged
Merged: 12/21/2022
Merged by: @benbusby

Base: mainHead: main


📝 Commits (6)

  • 05dbc99 adding time selector
  • a20a030 Adding time specification for post requests also
  • d1bb9a7 adding tbs to preferences, still need to add it to translation
  • 0dae631 Delete build_and_run.sh
  • 2c81cf6 Update time_periods.json
  • 0ee7a7d Update translations, use translations for time config

📊 Changes

10 files changed (+246 additions, -26 deletions)

View changed files

📝 app.json (+5 -0)
📝 app/__init__.py (+3 -0)
📝 app/models/config.py (+3 -1)
📝 app/request.py (+2 -2)
📝 app/routes.py (+8 -0)
📝 app/static/js/header.js (+23 -2)
app/static/settings/time_periods.json (+8 -0)
📝 app/static/settings/translations.json (+161 -21)
📝 app/templates/header.html (+16 -0)
📝 app/templates/index.html (+17 -0)

📄 Description

No description provided


🔄 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/888 **Author:** [@fiestasiesta](https://github.com/fiestasiesta) **Created:** 11/24/2022 **Status:** ✅ Merged **Merged:** 12/21/2022 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`05dbc99`](https://github.com/benbusby/whoogle-search/commit/05dbc99121d3bef4c2171d891cbfd95826ddecaa) adding time selector - [`a20a030`](https://github.com/benbusby/whoogle-search/commit/a20a03008b3e93e23960771da1e91cb3a9483475) Adding time specification for post requests also - [`d1bb9a7`](https://github.com/benbusby/whoogle-search/commit/d1bb9a7b8033136f08abab18a8a4bf6dc34d4821) adding tbs to preferences, still need to add it to translation - [`0dae631`](https://github.com/benbusby/whoogle-search/commit/0dae631aef4dcaea174e4f101fde6d282fde183f) Delete build_and_run.sh - [`2c81cf6`](https://github.com/benbusby/whoogle-search/commit/2c81cf67139142d9632b3146baa5b54052556fa5) Update time_periods.json - [`0ee7a7d`](https://github.com/benbusby/whoogle-search/commit/0ee7a7dadafbea8672b9868a330a78209ab5b34a) Update translations, use translations for time config ### 📊 Changes **10 files changed** (+246 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `app.json` (+5 -0) 📝 `app/__init__.py` (+3 -0) 📝 `app/models/config.py` (+3 -1) 📝 `app/request.py` (+2 -2) 📝 `app/routes.py` (+8 -0) 📝 `app/static/js/header.js` (+23 -2) ➕ `app/static/settings/time_periods.json` (+8 -0) 📝 `app/static/settings/translations.json` (+161 -21) 📝 `app/templates/header.html` (+16 -0) 📝 `app/templates/index.html` (+17 -0) </details> ### 📄 Description _No description provided_ --- <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:23 +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#1010
No description provided.