mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[PR #715] [MERGED] Add support for relative search results #952
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#952
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/715
Author: @gdm85
Created: 4/6/2022
Status: ✅ Merged
Merged: 4/18/2022
Merged by: @benbusby
Base:
main← Head:feat/relative-search-results📝 Commits (4)
f60e132Relativization of search results5bd73b9Fix JavaScript error when opening imagesd4b9d86Replace single-letter logo and remove sign-in link73a9b03AddWHOOGLE_URL_PREFIXenv var to support relative path redirection📊 Changes
9 files changed (+45 additions, -6 deletions)
View changed files
📝
Dockerfile(+2 -0)📝
README.md(+1 -0)📝
app/filter.py(+21 -0)📝
app/routes.py(+4 -1)📝
app/static/js/utils.js(+11 -4)📝
app/templates/search.html(+1 -1)📝
app/utils/results.py(+1 -0)📝
charts/whoogle/values.yaml(+1 -0)📝
whoogle.template.env(+3 -0)📄 Description
If you are running whoogle on a non-root URI (e.g.
/something/whoogle) then results will not work.This PR make some changes to the souped'up results so that URLs will be correctly relativised.
Fixes #441
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.