[PR #36] [MERGED] Added option to search only via GET request #770

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

📋 Pull Request Information

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

Base: masterHead: feature/query-config


📝 Commits (1)

  • 9cb14d6 Added option to search only via GET request

📊 Changes

5 files changed (+26 additions, -15 deletions)

View changed files

📝 app/models/config.py (+1 -0)
📝 app/routes.py (+5 -2)
📝 app/static/js/controller.js (+14 -11)
📝 app/templates/index.html (+5 -1)
📝 app/templates/opensearch.xml (+1 -1)

📄 Description

This addresses #18, which brought up the issue of searching with Whoogle
with the search instance set to always use a specific container in
Firefox Container Tabs.

POST requests are dropped when switching container tabs, so the user is redirected to the home page. With GET requests enforced, the search query is successfully completed across container tabs.


🔄 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/36 **Author:** [@benbusby](https://github.com/benbusby) **Created:** 5/12/2020 **Status:** ✅ Merged **Merged:** 5/13/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `master` ← **Head:** `feature/query-config` --- ### 📝 Commits (1) - [`9cb14d6`](https://github.com/benbusby/whoogle-search/commit/9cb14d6c0158d1bdbf05ab78dd156729c76c2268) Added option to search only via GET request ### 📊 Changes **5 files changed** (+26 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `app/models/config.py` (+1 -0) 📝 `app/routes.py` (+5 -2) 📝 `app/static/js/controller.js` (+14 -11) 📝 `app/templates/index.html` (+5 -1) 📝 `app/templates/opensearch.xml` (+1 -1) </details> ### 📄 Description This addresses #18, which brought up the issue of searching with Whoogle with the search instance set to always use a specific container in Firefox Container Tabs. POST requests are dropped when switching container tabs, so the user is redirected to the home page. With GET requests enforced, the search query is successfully completed across container tabs. --- <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:40 +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#770
No description provided.