mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #106] [MERGED] Privacy respecting alternatives in results view #786
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#786
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/106
Author: @benbusby
Created: 7/18/2020
Status: ✅ Merged
Merged: 7/26/2020
Merged by: @benbusby
Base:
develop← Head:feature/privacy-alts📝 Commits (4)
4c8ffaaAdded backend site alternative redirects/text replacement3bfd11bFixes missing handling for verbatim search6ebde44Fixed unhandled option to ignore search autocorrect1687f7bFinished implementation of social media alt redirects📊 Changes
14 files changed (+138 additions, -85 deletions)
View changed files
📝
app/__init__.py(+1 -1)📝
app/filter.py(+15 -53)📝
app/models/config.py(+1 -0)📝
app/request.py(+5 -1)📝
app/routes.py(+1 -1)📝
app/static/css/main.css(+8 -3)📝
app/static/js/controller.js(+18 -17)📝
app/templates/index.html(+6 -0)➕
app/utils/filter_utils.py(+79 -0)📝
app/utils/routing_utils.py(+1 -1)📝
app/utils/session_utils.py(+0 -5)📝
test/conftest.py(+1 -1)📝
test/test_misc.py(+1 -1)📝
test/test_results.py(+1 -1)📄 Description
Open Street Maps support was not included in this effort, since it wasn't as straightforward as the social media alternative functionality. Once more research has gone into how to translate google maps links to osm links, a new PR/issue should be created.
Closes #104
Closes #107
Closes #108
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.