mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #36] [MERGED] Added option to search only via GET request #770
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#770
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/36
Author: @benbusby
Created: 5/12/2020
Status: ✅ Merged
Merged: 5/13/2020
Merged by: @benbusby
Base:
master← Head:feature/query-config📝 Commits (1)
9cb14d6Added 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.