mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[PR #72] [MERGED] Feature: autocomplete #781
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#781
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/72
Author: @benbusby
Created: 5/23/2020
Status: ✅ Merged
Merged: 5/24/2020
Merged by: @benbusby
Base:
master← Head:feature/autocomplete📝 Commits (9)
1d0c63cBasic autocomplete functionality added8a7d1a6Added missing lxml to requirements6c31a3eUpdated opensearch template137b0efAdded header template for autocomplete on results view351a584Merge remote-tracking branch 'origin/master' into feature/autocompleteb97933dModified opensearch template and autocomplete routed07cbabRemoved unused imports in autocomplete test5947918Updated readme to mention autocomplete feature6e6b864Fixed issue with single quotes in search suggestions📊 Changes
14 files changed (+315 additions, -14 deletions)
View changed files
📝
README.md(+4 -3)📝
app/filter.py(+5 -1)📝
app/request.py(+16 -5)📝
app/routes.py(+22 -2)➕
app/static/css/header.css(+55 -0)➕
app/static/css/search.css(+34 -0)➕
app/static/js/autocomplete.js(+98 -0)📝
app/static/js/controller.js(+2 -0)📝
app/templates/display.html(+4 -0)➕
app/templates/header.html(+53 -0)📝
app/templates/index.html(+6 -2)📝
app/templates/opensearch.xml(+3 -1)📝
requirements.txt(+1 -0)➕
test/test_autocomplete.py(+12 -0)📄 Description
Closes #64
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.